-
Notifications
You must be signed in to change notification settings - Fork 10
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
TimeSeries #76
TimeSeries #76
Conversation
Codecov Report
@@ Coverage Diff @@
## dev_asdf #76 +/- ##
============================================
- Coverage 99.40% 98.06% -1.35%
============================================
Files 59 64 +5
Lines 2693 2944 +251
============================================
+ Hits 2677 2887 +210
- Misses 16 57 +41
Continue to review full report at Codecov.
|
Hello @vhirtham! Thanks for updating this PR.
Comment last updated at 2020-07-27 09:00:22 UTC |
# store and strip pint units at this point, since the unit is lost during | ||
# interpolation and because of some other conflicts. Unit is restored before | ||
# returning the result. |
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 will do some testing if pint integration is improved with xarray 0.16.0 in this case
TODO
|
Reminder:
|
implement shape validation on TimedeltaIndex without stored values
No description provided.