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 b159762 commit e48e749Copy full SHA for e48e749
neo/test/iotest/test_neuralynxio.py
@@ -239,7 +239,7 @@ def test_ncs(self):
239
nio = NeuralynxIO(dirname=dirname, use_cache=False)
240
block = nio.read_block()
241
242
- #check that data agrees in first segment first channel only
+ # check that data agrees in first segment first channel only
243
for anasig_id, anasig in enumerate(block.segments[0].analogsignals):
244
chid = int(anasig.array_annotations['channel_ids'][0])
245
0 commit comments