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 95537fe commit 7f38e7dCopy full SHA for 7f38e7d
neo/rawio/openephysbinaryrawio.py
@@ -98,7 +98,6 @@ def _parse_header(self):
98
for seg_index in range(nb_segment_per_block[block_index]):
99
for stream_index, d in self._sig_streams[block_index][seg_index].items():
100
num_channels = len(d['channels'])
101
- print(d['raw_filename'])
102
memmap_sigs = np.memmap(d['raw_filename'], d['dtype'],
103
order='C', mode='r').reshape(-1, num_channels)
104
d['memmap'] = memmap_sigs
0 commit comments