Skip to content

Commit b39f56b

Browse files
authored
Merge pull request #1395 from samuelgarcia/acc_plexon
PlexonRawIO
2 parents 30b9b56 + 72f30ce commit b39f56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def _parse_header(self):
315315
if self.progress_bar:
316316
chan_loop = trange(nb_event_chan, desc="Parsing event channels", leave=True)
317317
else:
318-
chan_loop = range(nb_event)
318+
chan_loop = range(nb_event_chan)
319319
for chan_index in chan_loop:
320320
h = eventHeaders[chan_index]
321321
chan_id = h["Channel"]

0 commit comments

Comments
 (0)