Skip to content

Commit 839060e

Browse files
committed
timestamp not as nested list
1 parent 475ad78 commit 839060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _parse_header(self):
121121
).T
122122
else:
123123
self._raw_data[stream_index] = np.memmap(
124-
raw_file_paths_dict[stream_index_key], dtype=[stream_datatype], mode="r"
124+
raw_file_paths_dict[stream_index_key], dtype=stream_datatype, mode="r"
125125
)
126126
# for one-file-per-channel we have one memory map / channel stored as a list / neo stream
127127
else:

0 commit comments

Comments
 (0)