Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Dec 4, 2023
1 parent 22d997c commit dd642dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def test_suite(argv):
if test.particle_abs_tolerance is not None:
command += " --abs_tol {}".format(test.particle_abs_tolerance)

command == "{} {} {}".format(bench_file, output_file, ptype)
command += "{} {} {}".format(bench_file, output_file, ptype)

sout, _, ierr = test_util.run(command,
outfile=test.comparison_outfile, store_command=True)
Expand Down

0 comments on commit dd642dd

Please sign in to comment.