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
As discussed in #693, we'd like to avoid unnecessary print statements before committing the changes itself. This way, we can avoid unnecessary debug statements.
PyMC already has this implemented within the pymc/.pre-commit-config.yaml module.
We'd like to keep the print statements that already exists untampered and must be excluded.
The text was updated successfully, but these errors were encountered:
The alternative for the print statements that should exist is to pass the kwarg file=sys.stdout to print. But there might be many that should not exist!
Description
As discussed in #693, we'd like to avoid unnecessary print statements before committing the changes itself. This way, we can avoid unnecessary debug statements.
PyMC already has this implemented within the pymc/.pre-commit-config.yaml module.
We'd like to keep the print statements that already exists untampered and must be excluded.
The text was updated successfully, but these errors were encountered: