Closed mihirk-wadhwaniai closed 3 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.
print
I would be nice to have a simple (non covid) test case to provide confidence that the implementation is working.
Could be helpful to put the chains into a visualisation/analysis library (ArviZ, for example)
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.