You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using print and logging for output in various places in the project. We should standardize this and use logging across the project for output consistency.
Motivation and context
There is currently variation in how outputs are handled in the project so this will create consistency and improve maintainability.
Implementation notes
Replace calls to print() with appropriate logging() usage.
Acceptance criteria
Logging is used in place of print across the entire project.
print calls are replaced with logging usage
The text was updated successfully, but these errors were encountered:
nickviola
added
the
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
label
Jul 30, 2021
💡 Summary
We are currently using print and logging for output in various places in the project. We should standardize this and use logging across the project for output consistency.
Motivation and context
There is currently variation in how outputs are handled in the project so this will create consistency and improve maintainability.
Implementation notes
Replace calls to print() with appropriate logging() usage.
Acceptance criteria
Logging is used in place of print across the entire project.
The text was updated successfully, but these errors were encountered: