ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

Increase N2, improved error handling, CI workflow downloads ECDC data #82

Closed fvalka closed 4 years ago

fvalka commented 4 years ago

I've discussed the N2 as discussed with @s-mishra

The CI workflow now uses the web-fetch-and-run instead of running with the data in the current data dir, since this fails with the current settings, while it does work with the latest data. The alternative would be to download the newest data and push it to the data dir here, making the build more stable.

Added some logging to have more outputs for debugging runs inside the Docker image. And all system() calls now check the return code and let base.r fail if it isn't 0.