Skip to content

Commit 83a34d6

Browse files
committed
Merge pull request #120 from samuelgarcia/0.3.x
Should fix issue#113
2 parents 7081af7 + 353ae45 commit 83a34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/plexonio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def read_segment(self,
224224
elif dataBlockHeader['Type'] == 4:
225225
# event
226226
pos = eventpositions[chan]
227-
evarrays[pos] = time
227+
evarrays[chan][pos] = time
228228
eventpositions[chan]+= 1
229229

230230
elif dataBlockHeader['Type'] == 5:

0 commit comments

Comments
 (0)