mrc-ide / malariasimulation

The malaria model
https://mrc-ide.github.io/malariasimulation
Other
16 stars 14 forks source link

p.v constant asymptomatic infectivity #316

Open RJSheppard opened 3 months ago

RJSheppard commented 3 months ago

p.v has a constant asymptomatic infectivity, in contrast to p.f where infectivity is affected by age and immunity. We must therefore change this when asymptomatic infectivity is assigned (when an individual become asymptomatic). This occurs in initial assignments, when someone becomes infected to an asymptomatic status infection and when a clinical diseased individual recovers to asymptomatic. We can now use the existing update_infection() function for vivax in human_infection and in disease progression.

We now remove the gamma1 parameter from the vivax parameter list, used in the falciparum code.

pwinskill commented 2 months ago

/benchmark

giovannic commented 4 days ago

/benchmark