You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for all disease dynamics and severities to be strain specific.
Update both Python and R interfaces and add new tests to check transmission and disease characteristics of infected agents (in both Python and R).
Resolved#228
Details
* Support variant specific changes to sd_infectious_period
* Move transmission time distributions for disease to strain
Preparation for strain specific distributions
* Allow mean_time_to_symptoms to be strain dependent
Add test to check the mean time to symptoms for multiple strains
* Allow all disease times to be changed for strains
Update the Python interface and add a test
* Update the R interface to allow strain specific disease dynamics
* Add disease dynamics to the meta-model R interfafe
* Fix test_multi_strain_disease_transition_times
Increase the size of the population to reduce random error
Set np.seed at start of test to make fully reproducible
* Extend strains so that all disease outcomes can be changed
Update the Python interface
Add a test to check disease outcomes for 2 strains
* Add strain specific outcomes to R interface
Repeat test_multi_strain_disease_outcome_proportions in R
* Add strain specific outcomes to R MetaModel
* Add strain specific infectious type factors
Add test with 3 strains where only one symptom type can be transmitted
in each strain
* Add strain specific infectious factors to R interface
Translate Python test for this to R
0 commit comments