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
DynODE needs a logger to be included in its ODEs, scripts, etc. We can use the default python logger for setting this up or one of the other tools out there that simplify and add functionality to logging
Criteria
Put it in a utilities module where it is easily imported
Document
Add examples into code for the ODE
The text was updated successfully, but these errors were encountered:
@cdc-ap66 is there a desired behavior to the logger, such as printing to the console, saving to file, output as json, etc? That will determine the logging library we should use. We could also allow user-provided parameters to change this behavior
Description
DynODE needs a logger to be included in its ODEs, scripts, etc. We can use the default python logger for setting this up or one of the other tools out there that simplify and add functionality to logging
Criteria
The text was updated successfully, but these errors were encountered: