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
Dev version of Spikeinterface is causing a couple tests to fail. Looks like typing shenanigans.
FAILED tests/test_ecephys/test_tools_spikeinterface.py::TestAddElectrodes::test_integer_channel_names - numpy.core._exceptions._UFuncNoLoopError: ufunc 'add' did not contain a loop with signature matching types (dtype('<U1'), dtype('int64')) -> None
FAILED tests/test_ecephys/test_tools_spikeinterface.py::TestAddUnitsTable::test_integer_unit_names_overwrite - numpy.core._exceptions._UFuncNoLoopError: ufunc 'add' did not contain a loop with signature matching types (dtype('<U1'), dtype('int64')) -> None
The text was updated successfully, but these errors were encountered:
Dev version of Spikeinterface is causing a couple tests to fail. Looks like typing shenanigans.
The text was updated successfully, but these errors were encountered: