"And maybe you can share the call to "layout.read()". I assume you're not passing the options object to the call. Otherwise the warnings should go away. But again, consider fixing your OASIS file. It is damaged."
This was it -- …
Hi Matthias, I wanted to ask about suppressing warnings in the python terminal output. I wrote a data collection python script that iterates through a list of separate .oas files and parses their data.
Even with starting off my main method with:
&…