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
Function like assess_identifiability prints out a large number of messages. Is it possible to turn this prints off, e.g. using verbose=false? I tried looking, but did not find any mentions of such a feature.
The text was updated successfully, but these errors were encountered:
@TorkelE
We have implemented this starting from 0.4.15 (will make a release right away). Now all main functions like assess_identifiability accept keyword argument loglevel which can be one of the levels from Logging. Therefore, you can suppress logs by setting loglevel=Logging.Error.
For more internal functions like preprocess_ode, you can write StructuralIdentifiability.restart_logging(loglevel=Logging.Error).
Function like
assess_identifiability
prints out a large number of messages. Is it possible to turn this prints off, e.g. usingverbose=false
? I tried looking, but did not find any mentions of such a feature.The text was updated successfully, but these errors were encountered: