Lewuathe / COVID19-SIR

COVID-19 SIR model estimation
https://www.lewuathe.com/covid-19-dynamics-with-sir-model.html
Apache License 2.0
131 stars 75 forks source link

The list from data repository is not sorted #20

Open gasilva opened 4 years ago

gasilva commented 4 years ago

There is a strange thing in data from repository: the UK data repeats at end of file. That should be solved by sorting. I did not manage to implement a sorting in the code. If you know it will be good. Probably the best place to sort is after the reading of the lines in my version. In your version it is not possible since you read and write at same time.