Skip to content

Commit f614129

Browse files
committed
increase _signal_stream_dtype name length
1 parent a376b4a commit f614129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/baserawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
]
9595
# To be left an empty array if the concept of buffer is undefined for a reader.
9696
_signal_stream_dtype = [
97-
("name", "U64"), # not necessarily unique
97+
("name", "U128"), # not necessarily unique
9898
("id", "U64"), # must be unique
9999
(
100100
"buffer_id",

0 commit comments

Comments
 (0)