Skip to content

Fix sortingview curation no merge case - #3309

Merged
alejoe91 merged 4 commits into
SpikeInterface:mainfrom
rkim48:sortingview-curation-fix
Aug 20, 2024
Merged

Fix sortingview curation no merge case #3309
alejoe91 merged 4 commits into
SpikeInterface:mainfrom
rkim48:sortingview-curation-fix

Conversation

@rkim48

@rkim48 rkim48 commented Aug 15, 2024

Copy link
Copy Markdown
Contributor

Fixes #3308
In the case where no merges are made in sortingview, two errors are thrown.
First error is due to sortingview not returning a curation_dict with a "mergeGroups" key which hopefully I fixed.
Second error is due to type mismatch between labeled units and unit list. This one still needs to be fixed.

Edit: Second error fixed. I believe this PR is ready to be reviewed.

@alejoe91 alejoe91 added the curation Related to curation module label Aug 19, 2024
Comment thread src/spikeinterface/postprocessing/template_similarity.py Outdated
@rkim48
rkim48 force-pushed the sortingview-curation-fix branch from dee9d61 to d029f7d Compare August 20, 2024 16:05
@alejoe91
alejoe91 merged commit 77d9eaf into SpikeInterface:main Aug 20, 2024
@rkim48
rkim48 deleted the sortingview-curation-fix branch August 20, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

curation Related to curation module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

curation_dict from sortingview doesn't have 'mergeGroups' key

2 participants