Skip to content

Commit b159762

Browse files
author
sprenger
committed
[neuralynx] cleanup
1 parent a41c1ef commit b159762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/iotest/test_neuralynxio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_gap_handling_v563(self):
334334

335335
def compare_neo_content(bl1, bl2):
336336
print('*' * 5, 'Comparison of blocks', '*' * 5)
337-
object_types_to_test = [Segment, ChannelIndex, Unit, AnalogSignal,
337+
object_types_to_test = [Segment, AnalogSignal,
338338
SpikeTrain, Event, Epoch]
339339
for objtype in object_types_to_test:
340340
print('Testing {}'.format(objtype))

0 commit comments

Comments
 (0)