Skip to content

Commit

Permalink
Remove default value, handled in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Feb 16, 2024
1 parent bdcc585 commit 3381b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_tests/regression_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


@pytest.mark.parametrize("runcard,replica", runcard_and_replicas.items())
def test_regression_fit(tmp_path, runcard, replica, regenerate=False):
def test_regression_fit(tmp_path, runcard, replica, regenerate):
runcard_name = f"{runcard}.yml"
runcard_file = REGRESSION_FOLDER / runcard_name
shutil.copy(runcard_file, tmp_path)
Expand Down

0 comments on commit 3381b57

Please sign in to comment.