Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Dec 18, 2024
1 parent b311d8d commit d53efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvela/tests/test_run_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_script_NGC6440():
with open(prior_file, "w") as pf:
print(prior_str, file=pf)

args = f"{parfile} {timfile} -p {prior_file} -o {outdir}".split()
args = f"{parfile} {timfile} -P {prior_file} -o {outdir}".split()

pyvela_script.main(args)

Expand Down

0 comments on commit d53efed

Please sign in to comment.