We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874024e commit 7b61b90Copy full SHA for 7b61b90
evalml/tests/component_tests/test_components.py
@@ -788,7 +788,6 @@ def test_clone_fitted(X_y_binary):
788
789
@pytest.mark.parametrize("component_class", all_components())
790
def test_components_init_kwargs(component_class):
791
-
792
component = component_class()
793
if component._component_obj is None:
794
pytest.xfail()
@@ -1103,7 +1102,6 @@ def test_all_transformers_needs_fitting(component_class):
1103
1102
@pytest.mark.parametrize("component_class", _all_transformers())
1104
def test_all_transformers_check_fit(component_class, X_y_binary, ts_data_binary):
1105
X, y = X_y_binary
1106
1107
if not component_class.needs_fitting:
1108
1109
0 commit comments