Skip to content

Commit

Permalink
Organize by disease, then by location
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 6, 2025
1 parent e9567f0 commit 56f3655
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipelines/hubverse_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,10 @@ score_and_save <- function(observed_data_path,

pred_act_plot_targets <-
tidyr::crossing(
location = locations,
disease = c("covid-19", "influenza")
disease = c("covid-19", "influenza"),
location = locations
)

pred_actual_by_date <- purrr::pmap(
pred_act_plot_targets,
pred_act_plot_fn
Expand Down

0 comments on commit 56f3655

Please sign in to comment.