-
Notifications
You must be signed in to change notification settings - Fork 72
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
Reduce output/ enhance verbosity handling #258
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate your contribution!
Just had quick question about tabnanny and the files (.yml, .txt) that seem like they shouldn't have been part of this PR
Some alerts from CI that need to be fixed. Learn more: https://github.com/cleanlab/cleanvision/blob/main/DEVELOPMENT.md#how-to-style-new-code-contributions |
ca5fc03
to
b4fe279
Compare
Apparently the file deletions only took place after my review request, but now everything should be correct. |
Summary
🎯 Purpose: This PR resolves issue #257 by ensuring that
verbose=False
inImagelab
properly suppresses unnecessary output, including progress bars and the"Reading images from DIRECTORY"
message.📜 Example Usage:
Below is a minimal working example (MWE) demonstrating the fix:
Testing
🔍 Testing Done: I ran
pytest