Skip to content

Commit

Permalink
Modify analysis slurm script to include PRIOR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Mar 14, 2024
1 parent 3b4a688 commit 0f0e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/analysis_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main(args=None):
"label": "$LABEL",
"trigger_time": "$TT",
"data": "$DATA",
"prior": "priors/$MODEL.prior",
"prior": "priors/$PRIOR.prior",
"tmin": "$TMIN",
"tmax": "$TMAX",
"dt": "$DT",
Expand Down

0 comments on commit 0f0e25b

Please sign in to comment.