-
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
Patch to skip chunks without peaks or if enough peaks have been detected #2011
Closed
Closed
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1720e15
Patch to skip chunks without peaks
yger 2760279
Merge branch 'main' into skip_no_peaks
yger 7f72b21
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 40b092d
Patch
yger c7aef09
Patch
yger 4bee4b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f4accb7
Merge branch 'main' into skip_no_peaks
yger 226b73a
Only for Spike and PeakRetriever
yger 68d6017
Merge branch 'main' into skip_no_peaks
yger b226335
Merge branch 'main' into skip_no_peaks
yger d564309
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 386a23e
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger da5f816
Merge branch 'main' into skip_no_peaks
yger 87a6606
Skipping the loop if not peaks
yger 5272d2b
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger ad54cfa
Extension to deal with max_peaks
yger 8c589f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e9d456b
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger f9c3274
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 7250653
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger c4c147c
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 5950998
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 5b5a080
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger d4a7c0f
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 6d1838e
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger f80a1e9
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger d679506
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 971f4fd
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 5e2eae0
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 03945d5
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 54ced06
Merge branch 'SpikeInterface:main' into skip_no_peaks
yger 6a6bcd7
Merge branch 'main' into skip_no_peaks
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
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.
If we do not have traces maybe we can also skip the node loop no ?