Skip to content

Commit

Permalink
codecov 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 20, 2024
1 parent 8f3af8c commit 8b6288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/tests/component_tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ def test_components_can_be_used_for_partial_dependence_fast_mode(prophet):
for cls in all_native_components
if not cls._can_be_used_for_fast_partial_dependence
]
if not prophet:
if not prophet and ProphetRegressor in all_native_components:
all_native_components.remove(ProphetRegressor)

Check warning on line 948 in evalml/tests/component_tests/test_components.py

View check run for this annotation

Codecov / codecov/patch

evalml/tests/component_tests/test_components.py#L947-L948

Added lines #L947 - L948 were not covered by tests

num_valid_for_pd_fast_mode = len(
Expand Down

0 comments on commit 8b6288f

Please sign in to comment.