Skip to content

Commit

Permalink
timeout fixes, slightly better lags
Browse files Browse the repository at this point in the history
  • Loading branch information
dsweber2 committed Feb 12, 2024
1 parent f67de18 commit 6f748fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ covid_hosp_explore:
script: scripts/covid_hosp_explore.R
store: covid_hosp_explore
use_crew: yes
seconds_timeout: 86400
seconds_timeout: 604800
flu_hosp_explore:
script: scripts/flu_hosp_explore.R
store: flu_hosp_explore
Expand Down
2 changes: 1 addition & 1 deletion scripts/covid_hosp_explore.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ make_unique_grids <- function() {
lags = list(
# smoothed, sd, smoothed, sd
list(c(0, 3, 5, 7, 14), c(0)),
list(c(0, 7, 14), c(0)),
list(c(0, 7, 14, 21, 28), c(0)),
list(c(0, 2, 4, 7, 14, 21, 28), c(0))
),
pop_scaling = TRUE
Expand Down

0 comments on commit 6f748fb

Please sign in to comment.