-
Notifications
You must be signed in to change notification settings - Fork 271
Quiet print statements from pcv.homology.acute
#1730
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
Conversation
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
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.
max_dist
is removed as an output but it should remain an output. Despite the docstring, verbose_out
has not been an output
Was |
Nope, that's just me getting confused because I saw the other output called |
Describe your changes
Update within
pcv.homology.acute
to turn off print statements withpcv.params.verbose
, rather than controlling the print statements by changing debug mode toNone
. With these proposed changes, a user can create a debugging image without necessarily printing out many lines of statements.Type of update
Is this a:
Associated issues
pcv.homology.acute
#1729Additional context
It seems like there's mention of a
verbose
text file, which I think it aims to capture the print statements in a text file rather than printing to the screen. Not implemented currently; it's unclear to me how these print statements help with debugging but I would be happy to make the verbose text file work if someone would find it helpful.For the reviewer
See this page for instructions on how to review the pull request.
plantcv/mkdocs.yml
updating.md