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

Closes #55 by making silent=True silence all std out #63

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

ks905383
Copy link
Owner

Closes #55

@ks905383 ks905383 merged commit 97f3932 into main Feb 13, 2024
5 checks passed
@ks905383 ks905383 deleted the ensure_silent branch February 13, 2024 21:19
@helsharif
Copy link

helsharif commented Feb 20, 2024

Hello, I have installed the latest version of xagg, but I'm not seeing a change in the silent=True effect. I am still getting std output, which mainly consists of the following statements:
"adjusting grid... (this may happen because only a subset of pixels were used for aggregation for efficiency - i.e. [subset_bbox=True] in xa.pixel_overlaps())"
and
"grid adjustment successful"
In my application, xagg is called many times in my code which results in this being printed out to screen and to output logs that record std output, (resulting in very large output log files).

I'm using xagg version 0.3.2.0

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.

silent=True not suppressing messages
2 participants