-
Notifications
You must be signed in to change notification settings - Fork 234
Diagnostics Flowchart
Dan Gunter edited this page Jun 15, 2023
·
9 revisions
The diagnostics working group is building towards a new set of model diagnostics APIs and tools in IDAES. After numerous discussions with developers with a range of experience and backgrounds about how they diagnose their models, we have created a flowchart that summarizes the overall process.
This flowchart will be the basis for a new API (and eventually UI additions) in IDAES core.
Your feedback is needed! Please look at this flowchart and explanation (below it) and use this issue to add questions and comments.
- Set up pre-commit
- Run pytest with coverage report
- Run Pylint locally
- Update the Pyomo version
- Install Pyomo from a local Git clone
- Set up GitHub authentication with GCM
- Handle warnings in pytest