-
Notifications
You must be signed in to change notification settings - Fork 36
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
Suppress Output #39
Comments
I saw this was resolved in an earlier comment, but the resolution didn't work for me. I tried the suggested fix from the link below, but it had no effect. Perhaps the functionality changed? I'm using 2.2. from pydsstools.heclib.utils import dss_logging |
Thanks Ryan, I also am on 2.2. I also tried to add the suggested code and it did not have an effect for me either. I'm using python 3.7, if that helps. |
I upgraded to python version 3.9 this morning, and installed the pydsstools for 3.9. I am no longer getting the extra output when reading the DSS files, so all good! But there may be a problem in the 3.7 distribution. Again, not a huge deal (especially since I upgraded and am no longer having the issue) but if you wanted to check into it, seems like it's isolated to the 3.7 distribution. Thanks! |
Darn, I upgraded to Python 3.9, but it didn't work for me--the messages still keep popping up. |
I added the logging suppression to my script and I still am seeing the output. I am running
Output appears as (first 10 reads):
|
Anyone know a way to suppress this output every time I am reading a variable with read_ts? Thanks!

The text was updated successfully, but these errors were encountered: