-
Notifications
You must be signed in to change notification settings - Fork 195
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
Shape mismatch error while applying curation #3579
Comments
Update: When I removed the manual labels field from the json file, the problem got resolved and curation was applied. |
Hi @majidkhalili |
Hi could you try this branch #3601 ? |
Sure, I need some time to test, and I will get back to you on this. |
Were the RuntimeWarnings also resolved? I get the same warnings when computing the params using
Not sure if I should be alarmed by these warnings. |
Hey Maria, Which warnings are you getting? |
Hi Majid, I am getting this:
|
hmmmm, I would look at the peak locations to see how many invalid locations do I get, if they are just few of them, I wouldnt worry about it much. |
THis warnings are due to zeros in peak localization not sure they are related to the curation machanism. |
Hello,
While applying curation using
results = sif.apply_curation(sorting_Analayzer, curation_dict, merging_mode='hard')
, I get the following error. After execution, bothcompute_waveforms
andCompute : spike_amplitudes + spike_locations
progress bars reach 100%, and only then I get the error.If it is relevant, I get the following warnings before the error pops up and while computing the waveforms and apike amplitudes:
I am using
spikeinterface==0.101.2
.Thanks in advance for your assistant!
The text was updated successfully, but these errors were encountered: