-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unlock experimental tests #464
Conversation
🚀 Deployed on https://deploy-preview-464--etna-docs.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #464 +/- ##
==========================================
+ Coverage 90.44% 90.62% +0.17%
==========================================
Files 229 247 +18
Lines 15989 16481 +492
==========================================
+ Hits 14462 14936 +474
- Misses 1527 1545 +18 ☔ View full report in Codecov by Sentry. |
@@ -215,17 +215,6 @@ def test_valid_params_sampling(product_level_constant_hierarchical_ts, pipeline) | |||
assert_sampling_is_valid(intervals_pipeline=intervals_pipeline, ts=product_level_constant_hierarchical_ts) | |||
|
|||
|
|||
@pytest.mark.parametrize( |
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.
Why this test was removed ?
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.
Because in #432 we added implementation for params_to_tune
, so this doesn't raise NotImplementedError
anymore.
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 think it is better to rewrite this test with the stub, since it is the only test for ensembles params_to_tune
Before submitting (must do checklist)
Proposed Changes
Unlock experimental tests
Closing issues