-
Notifications
You must be signed in to change notification settings - Fork 23
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
ENH: Single channel annotation interaction #255
Merged
larsoner
merged 29 commits into
mne-tools:main
from
nmarkowitz:ENH-single-channel-annotation
Jun 28, 2024
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6fa53e5
fix bugs
nmarkowitz d1b556f
visibility selection toggle update
nmarkowitz 4c97dcc
Merge branch 'main' into ENH-single-channel-annotation
nmarkowitz 52b5a9d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c425376
create new class for single channel annot
nmarkowitz f2ba689
Merge branch 'ENH-single-channel-annotation' of https://github.com/nm…
nmarkowitz 30567a4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 64ec5b1
toggle SingleChannelAnnot in viewbox
nmarkowitz febfc98
add toggle method for single chan annot
nmarkowitz fb1470b
update annotregion toggle single chan annot
nmarkowitz 94e9663
click toggling correctly
nmarkowitz b13a246
Merge pull request #1 from nmarkowitz/ENH-single-channel-annotation-c…
nmarkowitz 4473d73
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4531cb5
Merge branch 'mne-tools:main' into ENH-single-channel-annotation
nmarkowitz ce625dc
Merge branch 'main' into ENH-single-channel-annotation
nmarkowitz b03eb30
TST: Ping
larsoner 5713964
TST: Ping
larsoner 7688ca4
update SingleChannelAnnot slide
nmarkowitz 0c72430
Update mne_qt_browser/_pg_figure.py
larsoner fc1ab80
basic single chan annot tests added
nmarkowitz 735b56b
add interactive single channel annot tests
nmarkowitz ed93017
Merge branch 'ENH-single-channel-annotation' of https://github.com/nm…
nmarkowitz 2ed88ad
Update test_pg_specific.py
nmarkowitz 1763088
Merge branch 'main' into ENH-single-channel-annotation
larsoner cb89927
add test for ch specific interaction
nmarkowitz ebc495d
Merge branch 'mne-tools:main' into ENH-single-channel-annotation
nmarkowitz 0bb8196
update test for ch_spec_annot
nmarkowitz 76921e1
change spec chan annot test
nmarkowitz c32fd84
hack at unit test
nmarkowitz 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
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.
Indeed mne-tools/mne-python#12669 hasn't landed and even once it does the
MNE maint/*
tests will fail (which I'll update to 1.7 momentarily). The best option here I think would be to take the new tests and split them into a new test function like(and maybe rename the existing one
..._annot_display
or something). Then you can decorate the new function like:or similar. Then in this test suite should pass, and once mne-tools/mne-python#12669 lands tests will run on the
main
version of the CIs and tests should be skipped on themaint/*
version.Make sense?
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.
I think so. I'll keep trying and see how far I can get