-
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
Sparse waveforms for Spyking Circus 2 #1943
Merged
Merged
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
9dc04f1
WIP
yger 0f9fee6
WIP
yger 15a5b5f
Merge branch 'main' of https://github.com/SpikeInterface/spikeinterfa…
yger 7a3d4c2
WIP
yger 4a19ad2
Merge branch 'SpikeInterface:main' into factoring_omp
yger d89d5a9
WIP
yger 892305b
WIP
yger 3044c80
Merge branch 'SpikeInterface:main' into factoring_omp
yger 1cb122c
WIP for circus2
yger 169a3e9
Merge branch 'factoring_omp' of github.com:yger/spikeinterface into f…
yger ef204dd
WIP
yger 242799f
Docs
yger 5566c91
Fix for circus
yger 75c9793
WIP
yger d7e9ac1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cb3c07c
Merge branch 'main' into factoring_omp
yger 14c8f58
useless dependency
yger e455da3
Fix for classical circus with sparsity
yger 2f84c6b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3d849fb
Fix for classical circus with sparsity
yger 025d31c
Merge branch 'factoring_omp' of github.com:yger/spikeinterface into f…
yger 7dcfdb0
Fixing slow tests with SC2
yger 9f196b5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 78fd5ed
Merge branch 'main' into factoring_omp
yger 1c7c802
WIP for cleaning
yger f53dba1
Merge branch 'factoring_omp' of github.com:yger/spikeinterface into f…
yger af4f187
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8c2af8f
WIP
yger 8379d9a
Merge branch 'main' into factoring_omp
yger 434dd9c
Merge branch 'SpikeInterface:main' into factoring_omp
yger 75ee1af
Merge branch 'factoring_omp' of github.com:yger/spikeinterface into f…
yger 99e7acc
WIP
yger cc79213
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dda7803
Adding unit_ids
yger e4b99cb
Merge branch 'main' into factoring_omp
yger 19e7f5d
Merge branch 'main' into factoring_omp
yger 9d7ae1f
Merge branch 'SpikeInterface:main' into factoring_omp
yger 393ca66
Merge branch 'SpikeInterface:main' into factoring_omp
yger 3781c16
Merge branch 'SpikeInterface:main' into factoring_omp
yger 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 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 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 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 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.
This is faster and should be the default when we already have a spike vector.
Note the you need to given also unit_ids
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.
@yger this is the only change that is required! Can you add the
unit_ids
?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.
Done. However, I have a question for the new waveform speedup, with single or multi buffers. @samuelgarcia @alejoe91 shouldn't this functionnality be exposed at the extract_waveforms() level?
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.
Yes, this is the plan but not now.
And WaveformEtractor will be refactor a lot anyway not even sure this will be done before the big refactoring.