Skip to content

Commit

Permalink
Updated parameter set with test parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
RJSheppard committed Jul 30, 2024
1 parent bec21c4 commit cf8a1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified data/parasite_parameters.rda
Binary file not shown.
3 changes: 2 additions & 1 deletion tests/testthat/test-vivax.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ test_that('Test difference between falciparum and vivax parameter lists', {

expect_identical(
in_falciparum_not_vivax,
c("gamma1") # asymptomatic infected infectivity towards mosquitos parameter
c("init_ib", "rb", "ub", "b0", "b1", "ib0", "kb", # blood immunity parameters
"gamma1") # asymptomatic infected infectivity towards mosquitos parameter
)

expect_identical(
Expand Down

0 comments on commit cf8a1f9

Please sign in to comment.