Skip to content

Commit

Permalink
removed seasonality argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaile committed Jul 24, 2023
1 parent 7813942 commit a399a18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/interventions.R
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ add_pev_epi <- function(p, interventions){
min_wait = 0,
booster_timestep = round(18 * month),
booster_profile = list(malariasimulation::rtss_booster_profile),
booster_coverage = 0.8,
seasonal_boosters = FALSE
booster_coverage = 0.8
)

return(p)
Expand Down

0 comments on commit a399a18

Please sign in to comment.