Skip to content

Commit

Permalink
add sampling frequency to blackrock to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 18, 2024
1 parent 6331075 commit c3e5252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/extractors/tests/test_neoextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class BlackrockSortingTest(SortingCommonTestSuite, unittest.TestCase):
ExtractorClass = BlackrockSortingExtractor
downloads = ["blackrock"]
entities = [
"blackrock/FileSpec2.3001.nev",
dict(file_path=local_folder / "blackrock/FileSpec2.3001.nev", sampling_frequency=30_000.0),
dict(file_path=local_folder / "blackrock/blackrock_2_1/l101210-001.nev", sampling_frequency=30_000.0),
]

Expand Down

0 comments on commit c3e5252

Please sign in to comment.