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 603a89b commit 72f30ceCopy full SHA for 72f30ce
neo/rawio/plexonrawio.py
@@ -301,7 +301,7 @@ def _parse_header(self):
301
if self.progress_bar:
302
chan_loop = trange(nb_event_chan, desc="Parsing event channels", leave=True)
303
else:
304
- chan_loop = range(nb_event)
+ chan_loop = range(nb_event_chan)
305
for chan_index in chan_loop:
306
h = eventHeaders[chan_index]
307
chan_id = h['Channel']
0 commit comments