Skip to content

Commit a624f65

Browse files
committed
a
1 parent 757b2a6 commit a624f65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/covid_hosp_explore.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!exists("ref_time_values_")) {
1010
end_date <- as.Date("2024-04-24")
1111
# end_date <- start_date + 7 * 10
1212
date_step <- 7L
13-
ref_time_values_ <- seq.Date(as.Date("2023-10-04"), as.Date("2024-04-24"), by = 7L)
13+
ref_time_values_ <- seq.Date(as.Date("2023-10-21"), as.Date("2024-04-24"), by = 7L)[1]
1414
}
1515
time_value_adjust <- 3 # this moves the week marker from Saturday to Wednesday
1616

scripts/targets-exploration-common.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ make_forecasts_and_scores <- function() {
154154
tar_target(
155155
name = forecast,
156156
command = {
157+
debugonce(scaled_pop)
158+
browser()
157159
slid <- slide_forecaster(
158160
epi_archive = joined_archive_data,
159161
outcome = "hhs",

0 commit comments

Comments
 (0)