Skip to content

Commit 25867bf

Browse files
committed
fix: covid ensemble_res
1 parent cc3b83c commit 25867bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/covid_hosp_prod.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ rlang::list2(
123123
tar_target(
124124
name = ensemble_res,
125125
command = {
126-
forecasts %>%
126+
forecast_res %>%
127127
mutate(quantile = round(quantile, digits = 3)) %>%
128128
left_join(geo_forecasters_weights, by = join_by(forecast_date, forecaster, geo_value)) %>%
129129
mutate(value = value * weight) %>%

0 commit comments

Comments
 (0)