Skip to content

Commit a29e080

Browse files
committed
production ready for Wednesday
1 parent 71d55e8 commit a29e080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/covid_hosp_prod.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ insufficient_data_geos <- c("as", "mp", "vi", "gu")
88
# date to cut the truth data off at, so we don't have too much of the past
99
truth_data_date <- "2023-09-01"
1010
# Generically set the generation date to the next Wednesday (or today if it's Wednesday)
11-
forecast_generation_date <- Sys.Date() - 1
11+
forecast_generation_date <- Sys.Date()
1212

1313
forecaster_fns <- list2(
1414
linear = function(...) {

scripts/flu_hosp_prod.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ truth_data_date <- "2023-09-01"
99
# needed to create the aux data targets
1010
end_date <- Sys.Date()
1111
# Generically set the generation date to the next Wednesday (or today if it's Wednesday)
12-
forecast_generation_date <- Sys.Date() - 1
12+
forecast_generation_date <- Sys.Date()
1313

1414
very_latent_locations <- list(list(
1515
c("source"),

0 commit comments

Comments
 (0)