Skip to content
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

Remove print statements #74

Open
KEggensperger opened this issue Nov 7, 2014 · 0 comments
Open

Remove print statements #74

KEggensperger opened this issue Nov 7, 2014 · 0 comments
Milestone

Comments

@KEggensperger
Copy link
Contributor

We prefer to use logging.info() or logging.critical(). If it is necessary to avoid the logging mechanism use sys.stdout.write() or sys.sterr.write().

Right now there are various print statements in the HPOlib:
https://github.com/automl/HPOlib/search?utf8=%E2%9C%93&q=print

@KEggensperger KEggensperger added this to the Version 0.1.1 milestone Nov 7, 2014
@mfeurer mfeurer modified the milestones: Future, Version 0.1.1 Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants