Skip to content

Commit 04a2737

Browse files
committed
increase length of _signal_stream_dtype name
1 parent a376b4a commit 04a2737

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
@@ -95,7 +95,7 @@
9595
# To be left an empty array if the concept of buffer is undefined for a reader.
9696
_signal_stream_dtype = [
9797
("name", "U64"), # not necessarily unique
98-
("id", "U64"), # must be unique
98+
("id", "U128"), # must be unique
9999
(
100100
"buffer_id",
101101
"U64",

0 commit comments

Comments
 (0)