Skip to content

Commit

Permalink
Merge pull request nuclear-multimessenger-astronomy#336 from bfhealy/…
Browse files Browse the repository at this point in the history
…slurm-prior

Modify analysis slurm script to include PRIOR variable
  • Loading branch information
bfhealy authored Mar 15, 2024
2 parents 65b11ac + 0f0e25b commit faacef7
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 faacef7

Please sign in to comment.