Skip to content

Commit

Permalink
Fix bug in inference job submission (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy authored Mar 12, 2024
1 parent 40c7d34 commit 24d64f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_inference_job_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
filetype = args.filetype
dirname = args.dirname

slurmDir = str(BASE_DIR_PREDS / dirname)
slurmDir = str(BASE_DIR / dirname)

fields = config['inference']['fields_to_run']
algorithm = args.algorithm
Expand Down

0 comments on commit 24d64f7

Please sign in to comment.