Skip to content

Commit c3e5252

Browse files
committed
add sampling frequency to blackrock to avoid warning
1 parent 6331075 commit c3e5252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/extractors/tests/test_neoextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class BlackrockSortingTest(SortingCommonTestSuite, unittest.TestCase):
234234
ExtractorClass = BlackrockSortingExtractor
235235
downloads = ["blackrock"]
236236
entities = [
237-
"blackrock/FileSpec2.3001.nev",
237+
dict(file_path=local_folder / "blackrock/FileSpec2.3001.nev", sampling_frequency=30_000.0),
238238
dict(file_path=local_folder / "blackrock/blackrock_2_1/l101210-001.nev", sampling_frequency=30_000.0),
239239
]
240240

0 commit comments

Comments
 (0)