Skip to content

Commit

Permalink
Remove one more instance of dat_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 4, 2025
1 parent 27ce43e commit ea89008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/score_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ read_and_score_location <- function(model_run_dir,
}
sample_prefix <- if_else(epiweekly, "epiweekly_", "daily_")
gen_prefix <- ifelse(epiweekly, "epiweekly_", "")
eval_data_filename <- glue::glue("{dat_prefix}{eval_data_filename}")
eval_data_filename <- glue::glue("{gen_prefix}{eval_data_filename}")

report_date <- hewr::parse_model_run_dir_path(
model_run_dir
Expand Down

0 comments on commit ea89008

Please sign in to comment.