Remove print statements
- Dominant language
- Python
- Stars
- 167
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the repository-wide print search linked in the issue and review each matching HPOlib location to determine whether logging.info(), logging.critical(), sys.stdout.write(), or sys.sterr.write() is appropriate. Done means the identified print statements have been handled consistently; no tests or specific files are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100