-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update interval metrics to handle missing values #541
Conversation
🚀 Deployed on https://deploy-preview-541--etna-docs.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #541 +/- ##
=======================================
Coverage 90.34% 90.35%
=======================================
Files 256 256
Lines 17327 17342 +15
=======================================
+ Hits 15654 15669 +15
Misses 1673 1673 ☔ 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.
Werent' you going to check that Width
can work on missing predictions?
@pytest.mark.parametrize( | ||
"dataset_name", ("tsdataset_with_intervals_and_missing_values", "tsdataset_with_intervals_and_missing_segment") | ||
) | ||
def test_segment_all_missing_ignore_macro(metric, dataset_name, request): |
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.
test_segment_all_missing_ignore_macro
-> test_segment_all_missing_values_ignore_macro
?
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.
This is a small, so it could be skipped.
Before submitting (must do checklist)
Proposed Changes
Closing issues
closes #535