-
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
NEW: TrialIndexer #422
NEW: TrialIndexer #422
Conversation
- can be used both as an iterable or via explicit (single element) indexing Changes to be committed: modified: syncopy/__init__.py modified: syncopy/datatype/__init__.py modified: syncopy/datatype/base_data.py modified: syncopy/datatype/discrete_data.py new file: syncopy/datatype/util.py modified: syncopy/statistics/spike_psth.py modified: syncopy/statistics/summary_stats.py modified: syncopy/tests/test_selectdata.py
Changes to be committed: modified: syncopy/datatype/util.py modified: syncopy/tests/test_basedata.py
Changes to be committed: modified: syncopy/tests/test_basedata.py
Codecov ReportBase: 68.52% // Head: 68.58% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #422 +/- ##
==========================================
+ Coverage 68.52% 68.58% +0.05%
==========================================
Files 79 80 +1
Lines 9610 9599 -11
Branches 1995 1992 -3
==========================================
- Hits 6585 6583 -2
+ Misses 2513 2501 -12
- Partials 512 515 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
I think it all looks good!
Changes Summary
Indexer
, backing the.trials
propertyTrialIndexer
can also be used both as an iterable or via explicit (single element) indexingReviewer Checklist