idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Add parallel variables/constraints to `report_numerical_issues`

Open Robbybp opened this issue 1 year ago • 3 comments
trafficstars

Right now, display_near_parallel_* methods are considered "advanced diagnostic techniques" and only suggested if report_numerical_issues finds no issues. However, I would argue that they should be considered "numerical diagnostics" as they run quickly, give concise output (for an appropriately tight tolerance), and don't depend on external solvers. I propose we add them to the "numerical warnings" section of the diagnostics toolbox. I am happy to open a PR if others agree.

Robbybp avatar Mar 19 '24 20:03 Robbybp