Priesemann-Group / covid19_inference

Bayesian python toolbox for inference and forecast of the spread of the Coronavirus
GNU General Public License v3.0
73 stars 70 forks source link

Fixed datetime error #22

Closed semohr closed 4 years ago

semohr commented 4 years ago

Fixed error in data_retrieval which occurred because the local cached dates get imported as string, was fixed by running the __to_iso() on the data on load. Also updated the examples a bit, should work now again :+1: #21