Skip to content

Commit

Permalink
Update plot_and_save_state_forecast.R
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Feb 19, 2025
1 parent 2be8202 commit 4c20609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/plot_and_save_state_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ save_forecast_figures <- function(model_run_dir,
pyrenew_model_name,
glue(
"{target_variable}_",
"forecast_plot{transform_name}_",
"{timescale}"
"forecast_plot_{timescale}",
"{transform_name}"
),
ext = "pdf"
),
Expand Down

0 comments on commit 4c20609

Please sign in to comment.