Zachary Roy

Results 3 comments of Zachary Roy

I added the logging suppression to my script and I still am seeing the output. I am running `Python 3.11.3`, with `pydsstools==2.3` (installed from wheel `pydsstools-2.3-cp311-cp311-win_amd64.whl`). ``` import pandas as...

Using debug mode in VS Code Version 1.82.2, the extra line is being created at import by the call to: `set_message_level(0)` in `__init__.py` of `pyhecdss`. This call to `pyhecdss.set_message_level` subsequently...

No I had not. I tested and that option didn't work as it was only redirecting the python level `stdout` as you pointed out. I found another solution that redirected...