We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0001e9e commit 6d0496cCopy full SHA for 6d0496c
neo/test/iotest/test_neuralynxio.py
@@ -202,7 +202,7 @@ def test_exclude_filenames(self):
202
203
# exclude all ncs files from session
204
exclude_files = [f"CSC{i}.ncs" for i in range(6)]
205
- nio = NeuralynxIO(dirname=dname, exclude_filename=exclude_files, use_cache=False)
+ nio = NeuralynxIO(dirname=dname, exclude_filenames=exclude_files, use_cache=False)
206
block = nio.read_block()
207
self.assertTrue(len(block.segments[0].analogsignals) == 0)
208
self.assertTrue((len(block.segments[0].spiketrains)) >= 0)
0 commit comments