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 475ad78 commit 839060eCopy full SHA for 839060e
neo/rawio/intanrawio.py
@@ -121,7 +121,7 @@ def _parse_header(self):
121
).T
122
else:
123
self._raw_data[stream_index] = np.memmap(
124
- raw_file_paths_dict[stream_index_key], dtype=[stream_datatype], mode="r"
+ raw_file_paths_dict[stream_index_key], dtype=stream_datatype, mode="r"
125
)
126
# for one-file-per-channel we have one memory map / channel stored as a list / neo stream
127
0 commit comments