-
Notifications
You must be signed in to change notification settings - Fork 87
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
Remove things related to vowpalwabbit #4427
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4427 +/- ##
=======================================
+ Coverage 99.7% 99.7% +0.1%
=======================================
Files 357 352 -5
Lines 39973 39805 -168
=======================================
- Hits 39849 39682 -167
+ Misses 124 123 -1 ☔ View full report in Codecov by Sentry. |
@@ -1018,9 +963,9 @@ def test_components_can_be_used_for_partial_dependence_fast_mode(): | |||
# Expected number is hardcoded so that this test will fail when new components are added | |||
# It should be len(all_native_components) - num_invalid_for_pd_fast_mode | |||
if ProphetRegressor not in all_native_components: | |||
expected_num_valid_for_pd_fast_mode = 65 | |||
expected_num_valid_for_pd_fast_mode = 62 |
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.
codecov says this line isn't covered by test (and the check for codecov fails as well) if I don't include line 947-948.
Pull Request Description
Closes #4419
After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rst
to include this pull request by adding :pr:123
.