Skip to content

Commit 580a40b

Browse files
committed
oops
1 parent b50ac80 commit 580a40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/neuronexusrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _parse_header(self):
217217
signal_streams["buffer_id"] = buffer_id
218218
self._stream_buffer_slice = {}
219219
for stream_index, stream_id in enumerate(stream_ids):
220-
name = stream_id_to_stream_name.get(int(stream_id), "")
220+
name = stream_id_to_stream_name.get(stream_id, "")
221221
signal_streams["name"][stream_index] = name
222222
chan_inds = np.flatnonzero(signal_channels["stream_id"] == stream_id)
223223
self._stream_buffer_slice[stream_id] = chan_inds

0 commit comments

Comments
 (0)