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
Hi!
I was trying to run SpykingCircus2 with a multi-segment recording (3 segments for a total of ~18 mins) since, according to my understanding of the documentation, only SpykingCircus2 and Tridesclous support multi-segment data.
However, the run_sorter(...) function throws this error:
{
"name": "ValueError",
"message": "This sorter spykingcircus2 does not handle multi-segment recordings, use si.concatenate_recordings(...)",
"stack": ...
}
Is such a behaviour expected?
Thank you in advance :)
The text was updated successfully, but these errors were encountered:
Hi!
I was trying to run SpykingCircus2 with a multi-segment recording (3 segments for a total of ~18 mins) since, according to my understanding of the documentation, only SpykingCircus2 and Tridesclous support multi-segment data.
However, the
run_sorter(...)
function throws this error:Is such a behaviour expected?
Thank you in advance :)
The text was updated successfully, but these errors were encountered: