Skip to content

Commit

Permalink
fix fxn arg in targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitejohnson committed Jul 11, 2024
1 parent b85f6c2 commit 7a91ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _targets_eval_postprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ combined_targets <- list(
name = convergence_df_ww,
command = get_convergence_df(
all_flags_ww,
default_scenario = "status_quo"
scenario = "status_quo"
) |>
dplyr::rename(any_flags_ww = any_flags)
),
tar_target(
name = convergence_df_hosp,
command = get_convergence_df(all_flags_hosp,
default_scenario = "no_wastewater"
scenario = "no_wastewater"
) |>
dplyr::rename(any_flags_hosp = any_flags)
),
Expand Down

0 comments on commit 7a91ae7

Please sign in to comment.