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 880c7cd commit 4cc4c79Copy full SHA for 4cc4c79
neo/test/rawiotest/test_spikeglxrawio.py
@@ -88,7 +88,7 @@ def test_subset_with_sync(self):
88
89
def test_nidq_digital_channel(self):
90
rawio_digital = SpikeGLXRawIO("spikeglx/DigitalChannelTest_g0")
91
- rawio_digital_channel.parse_header()
+ rawio_digital.parse_header()
92
# This data should have 8 event channels
93
assert(np.shape(rawio_digital.header['event_channels'])[0] == 8)
94
0 commit comments