KMattis / COVID19Sim

Simulation of the spread of the novel coronavirus SARS-CoV-2 in a small city.
2 stars 0 forks source link

NeedTypes should always be a dictionary #17

Closed KMattis closed 4 years ago

KMattis commented 4 years ago

needTypes should be a dictionary name->needType

KMattis commented 4 years ago

I looked at the code, and it should not always be a dictionary, but we should give a dictionary to needType.initialize() and diseaseType.initialize().

Will do this today in the afternoon.