-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add redefinetrial #449
Add redefinetrial #449
Conversation
- did not implement this stitching so far.. - TODO: tests Changes to be committed: modified: syncopy/datatype/methods/redefinetrial.py modified: syncopy/shared/tools.py
Changes to be committed: modified: syncopy/datatype/__init__.py modified: syncopy/datatype/methods/redefinetrial.py new file: syncopy/tests/test_redefinetrial.py
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #449 +/- ##
==========================================
- Coverage 68.79% 68.65% -0.15%
==========================================
Files 83 84 +1
Lines 10019 10122 +103
Branches 2056 2081 +25
==========================================
+ Hits 6893 6949 +56
- Misses 2604 2639 +35
- Partials 522 534 +12
... and 7 files with indirect coverage changes 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 in Codecov by Sentry. |
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.
Thanks, I have added some minor fixes myself. This is now approved.
Great, thx! |
Changes Summary
spy.selectdata
andspy.definetrial
Reviewer Checklist