You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a feature request: At the moment, warnings and errors are printed out via print() functions. I suggest using the logging module to filter feedback from pylandau based on a verbosity level.
This happens on the latest release pylandau==2.2.1.
Example
WARNING: sigma > 100 * eta can lead to oszillations. Check result.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I completely agree, but have very limited time currently for support. Since the fix is minimal, could you provide a pull request?
More of a feature request: At the moment, warnings and errors are printed out via
print()
functions. I suggest using thelogging
module to filter feedback frompylandau
based on a verbosity level.This happens on the latest release
pylandau==2.2.1
.Example
WARNING: sigma > 100 * eta can lead to oszillations. Check result.
The text was updated successfully, but these errors were encountered: