There was an error while loading. Please reload this page.
1 parent 09bf3c6 commit 08bddb6Copy full SHA for 08bddb6
test/test_api/test_api.py
@@ -932,8 +932,7 @@ def test_pipeline_fit(openml_id,
932
assert not os.path.exists(cv_model_path)
933
934
935
-@pytest.mark.parametrize('openml_id', (40984,))
936
-@pytest.mark.parametrize("budget", [1])
+@pytest.mark.parametrize('openml_id,budget', [(40984, 1)])
937
def test_pipeline_fit_pass_pipeline_options(
938
openml_id,
939
backend,
@@ -985,7 +984,6 @@ def test_pipeline_fit_pass_pipeline_options(
985
984
run_info.seed, run_value.additional_info['num_run'], budget=float(budget)))
986
987
# We expect the model path always
988
- # And the cv model only on 'cv'
989
assert os.path.exists(model_path)
990
991
0 commit comments