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

Change remove_provinces #19

Closed gasilva closed 4 years ago

gasilva commented 4 years ago

Changed remove_provinces to sumCases_provinces; changed ODE solver from solve_ivp to odeint, because it is a compiled FORTRAN routine, faster than Python interpreted; change little things in plotting

Lewuathe commented 4 years ago

@gasilva I cannot see any difference in the PR. Could you check it?

gasilva commented 4 years ago

@gasilva I cannot see any difference in the PR. Could you check it?

see the fd39930

image

gasilva commented 4 years ago

6567b08 was cancelled because it duplicated fd39930

gasilva commented 4 years ago

I could not open another pull request so I did it here. See only the remove_provinces changes.