Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinfection model

Illustrates how to share data between two unrelated models.

Structure

  • hiv_model.py contains the "HIV" model (actually not, since it's SIR).
  • tb_model.py contains the "TB" model (actually not, since it's SI).
  • shared_vars.py defines the variables that will be shared between the models. This is the secret sauce that lets this solution work.
  • run.py coordinates the running of the models either independently or together.

Usage

python run.py

About

Proof of principle coinfection model in Python

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages