Skip to content

Commit

Permalink
prefix => gen_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 4, 2025
1 parent ea89008 commit 6998961
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 @@ -300,7 +300,7 @@ read_and_score_location <- function(model_run_dir,
)

readr::write_rds(scored, fs::path(model_run_dir,
glue::glue("{prefix}score_table"),
glue::glue("{gen_prefix}score_table"),
ext = rds_file_ext
))
}
Expand Down

0 comments on commit 6998961

Please sign in to comment.