ictr / covid19-outbreak-simulator

Population-based Forward-time Simulator for the Outbreak of COVID-19
https://ictr.github.io/covid19-outbreak-simulator/
Other
1 stars 3 forks source link

Update report2csv.py #13

Closed wuben2602 closed 4 years ago

wuben2602 commented 4 years ago

I didn't check the 0.5 interval test case. This change should fix it. I had the cells of the dataframe filled with row,column, and value data, and my rows were turned into integers, which meant the 0,5 interval test case didn't work. Now theoretically it should work for all intervals.

BoPeng commented 4 years ago

Thanks.