daveselinger / covid_rapid_test_simulation2

An update to our original rapid test simulation.
MIT License
0 stars 1 forks source link

Changed Infection to keep reference to VariantParameters instance #16

Closed tedkyi closed 2 years ago

tedkyi commented 2 years ago

Changed Infection to keep reference to VariantParameters instance instead of the name of the variant Also made variant required for the infection process, and moved the random variant initialization logic from deep inside the Infection, to up top as part of the simulation initialization.

tedkyi commented 2 years ago

Latest commit added InfectionRecord to log track disease spread