-
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
Improve temporally_align_data_interfaces #1162
base: main
Are you sure you want to change the base?
Conversation
No, but after the next release, we will make breaking changes so the next should be 0.7.0 anyway. |
I slept on this, and here is my take:
So, I am a +1 on this. It is unclear to me what kind of test, if any, this might require. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1162 +/- ##
==========================================
+ Coverage 90.69% 90.75% +0.06%
==========================================
Files 129 129
Lines 8189 8286 +97
==========================================
+ Hits 7427 7520 +93
- Misses 762 766 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Fixes #1161
Unfortunately, this will break back-compatibility for anyone who implemented their own version of
temporally_align_data_interfaces
w/o re-implementingrun_conversion
. So, probably needs to be slated for 0.7.0.@h-mayorquin, do you have a list of TODOs for 0.7.0 or a branch or something so that it doesn't get lost?