-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MergeUnitsSorting
returns an error
#1994
Comments
Hello,
|
@maxjuv, you are right! A conversion of tuples to lists fixes this problem merges = [ list(units_tuple) for units_tuple in merges ] Thanks a lot! P.S. why |
Can you guys check this #1995 and see if it solves the issue (avoiding the extra tuple to list conversion)? |
@alejoe91 Yes, it does. |
I have directories with preprocessed data, saved sorting results, extracted waveforms, and precomputed quality metrics for multiple recordings. I'm going over each directory and auto-merge units. Note These recordings have (naturally) low spike rates, so I set
minimum_spikes
to the minimum spikes in units.If there are any candidates for merging, the
MergeUnitsSorting
crashes with an error:It feels like I did something silly, but I couldn't find what. Any ideas?
The text was updated successfully, but these errors were encountered: