Skip to content

Commit

Permalink
pmap -> map
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Feb 13, 2025
1 parent f7d8875 commit dea9b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/hubverse_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ score_and_save <- function(observed_data_path,
}

full_scorable_table <- all_paths |>
purrr::pmap(read_and_prep_for_scoring) |>
purrr::map(read_and_prep_for_scoring) |>
dplyr::bind_rows() |>
dplyr::select(
-"other_ed_visit_forecast",
Expand Down

0 comments on commit dea9b2d

Please sign in to comment.