From ea89008913f5ed6291b3c75bbc66a204fc8de34f Mon Sep 17 00:00:00 2001 From: "Dylan H. Morris" Date: Fri, 3 Jan 2025 22:15:03 -0500 Subject: [PATCH] Remove one more instance of dat_prefix --- pipelines/score_forecast.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/score_forecast.R b/pipelines/score_forecast.R index 11ef82c2..7ffc68a4 100644 --- a/pipelines/score_forecast.R +++ b/pipelines/score_forecast.R @@ -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