Skip to content

Commit cb3f365

Browse files
committed
update comment
1 parent de09cdf commit cb3f365

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

neo/rawio/neuronexusrawio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,7 @@ def _get_analogsignal_buffer_description(self, block_index, seg_index, buffer_id
297297
return self._buffer_descriptions[block_index][seg_index][buffer_id]
298298

299299

300-
# this is pretty useless right now, but I think after a
301-
# refactor with sub streams we could adapt this for the sub-streams
302-
# so let's leave this here for now :)
300+
# here we map the stream_id to the more descriptive stream_name
303301
stream_id_to_stream_name = {
304302
"0": "Neuronexus Allego Analog (pri) Data",
305303
"1": "NeuroNexus Allego Digital-in (din) Data",

0 commit comments

Comments
 (0)