Skip to content

Commit b2a0f9f

Browse files
committed
fix: add correct as_ofs to flu_hosp
1 parent a32b8e7 commit b2a0f9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/flu_hosp_prod.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ forecast_date <- Sys.Date()
2121
# forecast_date <- seq.Date(as.Date("2024-11-20"), Sys.Date(), by = 7L)
2222
# forecast_generation_date needs to follow suit, but it's more complicated
2323
# because sometimes we forecast on Thursday.
24-
# TODO: Fix.
25-
# forecast_generation_date <- forecast_date
24+
# forecast_generation_date <- c(as.Date(c("2024-11-21", "2024-11-27", "2024-12-04", "2024-12-11", "2024-12-18", "2024-12-26", "2025-01-02")), seq.Date(as.Date("2025-01-08"), Sys.Date(), by = 7L))
2625
very_latent_locations <- list(list(
2726
c("source"),
2827
c("flusurv", "ILI+")

0 commit comments

Comments
 (0)