-
Notifications
You must be signed in to change notification settings - Fork 15
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
silent=True not suppressing messages #55
Comments
Yeah fair - Looks like there are a few causes of that
I'll see if I can fix that in the next version. In the interim,
Should get rid of at least the warnings. |
Closes #55 by making silent=True silence all std out
One subfunction still doesn't have Line 616 in db8df95
silent=silent show up in the subset_find() call.
@helsharif can you confirm this is the only place where |
Hi, yes I confirm. It seems like the other warning messages have gone away with the latest version. The only messages I still see are: |
@helsharif sorry for the delay - I think it should now be fixed in v0.3.2.1. You can also now set silent=True as a global option with
Let me know if it doesn't work! |
Thanks! Yes it is working and the extra messages are suppressed. I just started a new project that involves a lot of use of xagg today, so this is a big help! Best regards. I think it is safe to close this thread. |
thanks! |
Hello,
In using pixel_overlaps and aggregate functions I include silent=True, but I still get the same messages printed to the screen whether I include that or not. I was expecting for there to be no output to screen.
The text was updated successfully, but these errors were encountered: