Evaluation Error Analysis#
The EvalErrorWalker tool provides a way to walk the expressions in a Pyomo model and identify potential evaluation errors.
- class idaes.core.util.diagnostics_tools.evaluation_error.EvalErrorWalker(config)[source]#
Expression walker that looks for potential numerical evaluation errors.
- Parameters:
config (ConfigDict)