KMattis / COVID19Sim

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

remove nownow #63

Open KMattis opened 4 years ago

KMattis commented 4 years ago

Times should be saved as integers, ALWAYS in minutes, the TimeStamp class should be removed. There should be static methods to convert times to hours/minutes/days etc.

dorsch-johannes commented 4 years ago

Should I write a simulation.time file?

KMattis commented 4 years ago

We already have a simulation/time.py file. But in there, the timestamp class should be removed, its methods should be static, and all times should be saved as integers. @dorsch-johannes