Skip to content

Commit 08bddb6

Browse files
committed
suggestions from review
1 parent 09bf3c6 commit 08bddb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_api/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,7 @@ def test_pipeline_fit(openml_id,
932932
assert not os.path.exists(cv_model_path)
933933

934934

935-
@pytest.mark.parametrize('openml_id', (40984,))
936-
@pytest.mark.parametrize("budget", [1])
935+
@pytest.mark.parametrize('openml_id,budget', [(40984, 1)])
937936
def test_pipeline_fit_pass_pipeline_options(
938937
openml_id,
939938
backend,
@@ -985,7 +984,6 @@ def test_pipeline_fit_pass_pipeline_options(
985984
run_info.seed, run_value.additional_info['num_run'], budget=float(budget)))
986985

987986
# We expect the model path always
988-
# And the cv model only on 'cv'
989987
assert os.path.exists(model_path)
990988

991989

0 commit comments

Comments
 (0)