-
Notifications
You must be signed in to change notification settings - Fork 216
Add splitting functionality to curation and SortingAnalyzer
#3817
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
Open
alejoe91
wants to merge
29
commits into
SpikeInterface:main
Choose a base branch
from
alejoe91:splitting-curation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
96863de
Add pydantic curation model and improve curation format and merging r…
alejoe91 1ce611c
Update src/spikeinterface/curation/curation_model.py
alejoe91 567b2b7
Merge branch 'curation-pydantic' of github.com:alejoe91/spikeinterfac…
alejoe91 3464987
Move pydantic to core
alejoe91 69c4854
Merge branch 'main' into curation-pydantic
alejoe91 228722c
Merge branch 'main' into curation-pydantic
alejoe91 677f90c
wip
alejoe91 86a3ab4
Enhance CurationModel: Add split_units validation
anoushkajain d4e0f84
Add splitting sorting to curation format
alejoe91 c7316bb
(wip) Add split_units to SortingAnalyzer
alejoe91 2e21923
Add split_units to sorting analyzer
alejoe91 4afdb80
Propagate SortingAnalyzer.split_units to apply_curation
alejoe91 62bfb7f
Extend CurationModel tests
alejoe91 40fe01b
Add analyzer split to curation tests
alejoe91 ca6f2e0
wip: add split tests in postprocessing
alejoe91 58b62fb
wip - modify model
alejoe91 dbfa315
Refactor curation model to include merges and splits
alejoe91 82526b0
Add merge list to tests
alejoe91 482f0be
Simplify and centralize conversion and checks
alejoe91 f122db7
Fix sortingview tests
alejoe91 4f14e90
Fix sortingview conversion
alejoe91 d7633bf
Merge branch 'main' into curation-pydantic
alejoe91 09a379e
Fix tests and cleanup apply_curation
alejoe91 d2f220a
Fix test-multi-extensions
alejoe91 317f87c
merge_new_unit_ids -> merge_new_unit_id
alejoe91 a9ed838
Merge branch 'curation-pydantic' of github.com:alejoe91/spikeinterfac…
alejoe91 64a3b83
conflicts
alejoe91 d4fa8bf
Deal with multi-segment
alejoe91 659ecff
Extend splitting-tests to multi-segment and mask labels
alejoe91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ dependencies = [ | |
"neo>=0.14.0", | ||
"probeinterface>=0.2.23", | ||
"packaging", | ||
"pydantic", | ||
] | ||
|
||
[build-system] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samuelgarcia this needs to be discussed. What should we do if the
waveforms
extension is not there? The current behavior is copying, but we mught want to force recompute here