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

generalize contact partitioning to flexible age, risk structure #1

Closed kellypierce closed 3 years ago

kellypierce commented 3 years ago

https://github.com/eho-tacc/episimlab/blob/2e34d96ba2f61ba69580cdb10fe279af361eb47e/src/episimlab/partition/toy.py#L65

Toy contact partitioning had two example age groups and no explicit risk groups. Refactor to allow for this flexibility in the contact matrix.

@eho-tacc I can't assign issues in your repo, but I will handle this one :)

kellypierce commented 3 years ago

resolved in https://github.com/eho-tacc/episimlab/pull/23