-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use logging #34
Comments
See #32 (comment) for more discussion. |
We now also use logging for MBAR (see PR #172 ). |
There are currently no To close this issue, we only need to add to the docs
We can then keep adding logging where necessary. |
With PR #303 we now have docs for logging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For debug and info output we do not want to use
print
but use the standard logging facility.The text was updated successfully, but these errors were encountered: