-
Notifications
You must be signed in to change notification settings - Fork 912
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
fix: time index intersection for coefficient of variation #2202
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2202 +/- ##
==========================================
- Coverage 93.88% 93.87% -0.02%
==========================================
Files 135 135
Lines 13425 13412 -13
==========================================
- Hits 12604 12590 -14
- Misses 821 822 +1 ☔ 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.
Looks great, thanks @madtoinou.
We could maybe take this chance, to update the return docs for all metrics? In the end the docs are user facing and it might be misleading if the return type does not reflect both cases handled by the wrappers.
…e multi_ts and multivariate decorator, which convert arrays into list
Fixes #2157.
Summary
_get_values_or_raise
incoefficient_of_variation
to have the appropriate denominator whenintersect = True