Skip to content

Commit

Permalink
Merge pull request #326 from mrc-ide/corrected_average_age
Browse files Browse the repository at this point in the history
Correcting default average_age parameter
  • Loading branch information
RJSheppard authored Jul 17, 2024
2 parents 36c4301 + 1fda585 commit 342799e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#'
#' * human_population - the initial number of humans to model; default = 100
#' * average_age - the average age of humans (in timesteps), this is only used
#' if custom_demography is FALSE; default = 7663
#' if custom_demography is FALSE; default = 7665
#' * custom_demography - population demography given; default = FALSE
#'
#' initial immunity values:
Expand Down Expand Up @@ -281,7 +281,7 @@ get_parameters <- function(overrides = list()) {
du = 110,
# human demography parameters
human_population = 100,
average_age = 7663,
average_age = 7665,
custom_demography = FALSE,
# initial immunities
init_ica = 0,
Expand Down
2 changes: 1 addition & 1 deletion man/get_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 342799e

Please sign in to comment.