You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As tracked in this issue, the neo.rawio package has added a buffer_id to multiple of their data types, which cause breaking errors in our code for SpikegadgetsRawIO. Looking at the code, I think we can just add a null value for the buffer stream to resolve
Affected data types:
_signal_stream_dtype
_signal_channel_dtype
The text was updated successfully, but these errors were encountered:
As tracked in this issue, the neo.rawio package has added a buffer_id to multiple of their data types, which cause breaking errors in our code for
SpikegadgetsRawIO
. Looking at the code, I think we can just add a null value for the buffer stream to resolveAffected data types:
_signal_stream_dtype
_signal_channel_dtype
The text was updated successfully, but these errors were encountered: