Skip to content

Commit e962318

Browse files
Update neo/rawio/openephysbinaryrawio.py
Co-authored-by: Alessio Buccino <[email protected]>
1 parent 7ab68d4 commit e962318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _parse_header(self):
148148
# Special cases for stream
149149
if "SYNC" in chan_id and not self.load_sync_channel:
150150
# Every stream sync channel is added as its own stream
151-
stream_id = chan_id
151+
stream_id = f"{chan_id}-{str(stream_index)}"
152152
sync_stream_id_to_buffer_id[stream_id] = buffer_id
153153

154154
if "ADC" in chan_id:

0 commit comments

Comments
 (0)