Skip to content

Commit

Permalink
Fix missing varnames in format call
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Dec 16, 2024
1 parent 387109b commit 82460d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/batch/setup_prod_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def main(
report_date="latest",
n_warmup=n_warmup,
n_samples=n_samples,
n_training_days=n_training_days,
exclude_last_n_days=exclude_last_n_days,
output_dir=str(Path("output", output_subdir)),
),
container_settings=container_settings,
Expand Down

0 comments on commit 82460d4

Please sign in to comment.