From f61412936e0a207e4749e8fbae02ef962758cfd4 Mon Sep 17 00:00:00 2001 From: chrishalcrow Date: Tue, 28 Oct 2025 17:22:32 +0000 Subject: [PATCH] increase _signal_stream_dtype name length --- neo/rawio/baserawio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/rawio/baserawio.py b/neo/rawio/baserawio.py index 7b5d8b768..a804f9d24 100644 --- a/neo/rawio/baserawio.py +++ b/neo/rawio/baserawio.py @@ -94,7 +94,7 @@ ] # To be left an empty array if the concept of buffer is undefined for a reader. _signal_stream_dtype = [ - ("name", "U64"), # not necessarily unique + ("name", "U128"), # not necessarily unique ("id", "U64"), # must be unique ( "buffer_id",