Skip to content

Commit

Permalink
fix: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed May 30, 2024
1 parent 0d85a90 commit 9111aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/op/test_prep_caly_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9111aeb

Please sign in to comment.