Closed
Description
I have been using PyPREP a bit (version 0.3.1, pip install) and I really like it for now.
Would it be possible to add a verbose argument to limit the prints? Alternatively, moving the print to a logger with a set_log_level
function would work out too.
Example: print("Executing RANSAC\nThis may take a while, so be patient...")
When running a preprocessing pipeline with several steps, one of which is PyPREP, the relevant logging from the pipeline can be completely overwhelmed by the prints from PyPREP, especially if you run it as I do on e.g. 40 cores at once.
Metadata
Metadata
Assignees
Labels
No labels