daveselinger / covid_rapid_test_simulation2

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

Remove class variables which are duplicates of instance variables #12

Closed tedkyi closed 2 years ago

tedkyi commented 2 years ago

When instance variables are initialized in __init__(), these shouldn't also be declared above as class variables.