daveselinger / covid_rapid_test_simulation2

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

New variant parameters class #13

Closed tedkyi closed 2 years ago

tedkyi commented 2 years ago

I created a new class VariantParameters and moved the params that I thought could differ by variant into this new class. Default values are set here. SimulationParameters now has a dict variantParameters with one entry per variant. Modified places where parameters are accessed to use the new variant parameters.

devvidhani commented 2 years ago

Looks good.

tedkyi commented 2 years ago

Roger, I'll make those changes and submit a new PR.