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

add option to suppress progress reporting in several functions #237

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

ctoney
Copy link
Collaborator

@ctoney ctoney commented Feb 27, 2024

Most stand-alone processing functions have progress reporting enabled by default (i.e., GDALTermProgress) with no way to disable. This PR adds the optional argument quiet to configure progress reporting. Defaults to FALSE.

@ctoney ctoney linked an issue Feb 27, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.80%. Comparing base (0f72746) to head (4f9dd4d).

❗ Current head 4f9dd4d differs from pull request most recent head 8d384e2. Consider uploading reports for the commit 8d384e2 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   84.77%   84.80%   +0.02%     
==========================================
  Files          18       18              
  Lines        3370     3376       +6     
==========================================
+ Hits         2857     2863       +6     
  Misses        513      513              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ctoney ctoney merged commit d4a290e into USDAForestService:main Feb 27, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

TODO: add an argument for progress reporting in several functions
2 participants