diff --git a/tests/op/test_prep_caly_input.py b/tests/op/test_prep_caly_input.py index 7eb77929..0fac49c4 100644 --- a/tests/op/test_prep_caly_input.py +++ b/tests/op/test_prep_caly_input.py @@ -51,7 +51,7 @@ def make_task_group_list(njobs): tt.add_file(calypso_input_file, f"input.dat_{ii}") tt.add_file( calypso_run_opt_file, - calypso_run_opt_str + calypso_run_opt_str_end % (0.01, 0.01), + calypso_run_opt_str + calypso_run_opt_str_end % (0.01, 0.01, 100), ) tt.add_file(calypso_check_opt_file, calypso_check_opt_str) tgrp.add_task(tt)