Skip to content

Commit 3a0fe74

Browse files
author
sprenger
committed
[nixraw] add comment
1 parent 0b580c8 commit 3a0fe74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neo/rawio/nixrawio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ def _parse_header(self):
231231
# adding array annotations to analogsignals
232232
annotated_anasigs = []
233233
sig_ann = seg_ann['signals']
234+
# this implementation relies on analogsignals always being
235+
# stored in the same stream order across segments
234236
stream_id = 0
235237
for da_idx, da in enumerate(group.data_arrays):
236238
if da.type != "neo.analogsignal":

0 commit comments

Comments
 (0)