Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2024
1 parent 173c75a commit 91c15b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/spikeinterface/sorters/tests/test_runsorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
# rec_folder = cache_folder / "recording"

import pytest
@pytest.fixture(scope='function')


@pytest.fixture(scope="function")
def setup_module(tmp_path):
rec_folder = tmp_path / "recording"
if rec_folder.exists():
Expand All @@ -28,6 +30,7 @@ def setup_module(tmp_path):
recording = recording.save(folder=rec_folder)
yield [tmp_path, rec_folder]


def test_run_sorter_local(setup_module):
# local_path = download_dataset(remote_path="mearec/mearec_test_10s.h5")
# recording, sorting_true = read_mearec(local_path)
Expand Down

0 comments on commit 91c15b3

Please sign in to comment.