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.
2 parents 34d4db8 + 9c569d3 commit 9fcb2c8Copy full SHA for 9fcb2c8
neo/rawio/openephysbinaryrawio.py
@@ -337,7 +337,7 @@ def explore_folder(dirname):
337
# so no node_name
338
node_name = ''
339
340
- block_index = int(root.parents[0].stem.replace('experiment', '')) - 1
+ block_index = int(root.parents[0].stem.lower().replace('experiment', '')) - 1
341
if block_index not in all_streams:
342
all_streams[block_index] = {}
343
if block_index >= nb_block:
0 commit comments