Skip to content

Commit

Permalink
add inc case target
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenturner committed Jan 4, 2021
1 parent 5de29cd commit af56e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/functions_plausibility.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ verify_targets <- function(entry){
allowed_targets <- c(
paste(0:130, "day ahead inc death"),
paste(0:130, "day ahead cum death"),
paste(0:20, "wk ahead inc case"),
paste(0:20, "wk ahead inc death"),
paste(0:20, "wk ahead cum death"),
paste(0:130, "day ahead inc hosp")
Expand Down

0 comments on commit af56e43

Please sign in to comment.