-
Notifications
You must be signed in to change notification settings - Fork 14
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
291 show select #301
291 show select #301
Conversation
- for show we only support simple indexing (unique and ordered) On branch 291-show-select Changes to be committed: modified: syncopy/datatype/methods/show.py
- catch non-unique and/or not sorted indices On branch 291-show-select Changes to be committed: modified: syncopy/tests/test_selectdata.py
- toi is a special case, as out of range intervals [X, Y] get mapped to the last valid index [Z, Z] which then is invalid On branch 291-show-select Changes to be committed: modified: syncopy/datatype/methods/show.py modified: syncopy/tests/test_selectdata.py
- channel selections can be ['channel7', 'channel3'], we have to catch this as well - in the future it might be good to allow for unordered plotting On branch 291-show-select Changes to be committed: modified: syncopy/datatype/methods/show.py modified: syncopy/tests/test_plotting.py
- toi for the time/stacking axis is special Changes to be committed: modified: syncopy/datatype/methods/show.py
Codecov Report
@@ Coverage Diff @@
## dev #301 +/- ##
==========================================
- Coverage 71.16% 71.00% -0.16%
==========================================
Files 68 68
Lines 7882 7913 +31
Branches 1620 1631 +11
==========================================
+ Hits 5609 5619 +10
- Misses 1885 1900 +15
- Partials 388 394 +6
Continue to review full report at Codecov.
|
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.
looking good
Author Guidelines
Adresses #291
Reviewer Checklist