WadhwaniAI / covid-modelling

Repo for modelling the spread of novel Covid-19
MIT License
5 stars 0 forks source link

Avtansh #55

Closed mihirk-wadhwaniai closed 3 years ago

jerome-ai commented 4 years ago

There are a few methods that have print statements. If this code is meant to be used as a library, that can get quite annoying for users. If you absolutely have to have print's in places, considering using the Python logging facility.

jerome-ai commented 4 years ago

I would be nice to have a simple (non covid) test case to provide confidence that the implementation is working.

jerome-ai commented 4 years ago

Could be helpful to put the chains into a visualisation/analysis library (ArviZ, for example)