UT-Covid / episimlab

Framework for development of epidemiological models
https://ut-covid.github.io/episimlab/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

V2 alpha #40

Closed ethho closed 2 years ago

ethho commented 2 years ago

Alpha development for version 2. Full refactor of many processes at the core of Episimlab, such as:

ethho commented 2 years ago

The following model uses the contact partitioning workflow with the new compartmental model:

https://github.com/eho-tacc/episimlab/blob/deb2b77b1c01e53400ce5c068ca9c0e38d8860ca/episimlab/models/partition_v1.py#L313-L313

To test:

tox -- tests/test_models.py

and optionally uncomment the line that plots the results:

https://github.com/eho-tacc/episimlab/blob/deb2b77b1c01e53400ce5c068ca9c0e38d8860ca/tests/test_models.py#L36-L36

ethho commented 2 years ago

Merged on 89b768f