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 0b580c8 commit 3a0fe74Copy full SHA for 3a0fe74
neo/rawio/nixrawio.py
@@ -231,6 +231,8 @@ def _parse_header(self):
231
# adding array annotations to analogsignals
232
annotated_anasigs = []
233
sig_ann = seg_ann['signals']
234
+ # this implementation relies on analogsignals always being
235
+ # stored in the same stream order across segments
236
stream_id = 0
237
for da_idx, da in enumerate(group.data_arrays):
238
if da.type != "neo.analogsignal":
0 commit comments