Skip to content

Commit

Permalink
fixed a typo in CI routine coagulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shengtai committed Feb 12, 2025
1 parent df9baa0 commit c6f02e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/scripts/coagulation/coagulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run(**kwargs):
logger.debug("Runnning test " + __name__)
for ii, im in enumerate(_massunit):
arguments = [
"artemis/mass=" + _im,
"artemis/mass=" + im,
"parthenon/job/problem_id=" + _file_id,
"parthenon/time/tlim={:.8f}".format(_tlim),
"dust/surface_density_flag=" + _surfden[ii],
Expand Down

0 comments on commit c6f02e5

Please sign in to comment.