-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError from report_numerical_issues() #1522
Comments
@adam-a-a First thing, could you update your version of IDAES and see if the issue persists? From the line numbers it appears you version of IDAES is out-of-date (I suspect this will not fix the issue hwoever). |
|
@adam-a-a , do you have a file where you can replicate this? I could debug it live to figure out what the issue is. |
@dallan-keylogic I'll have to dig that up, but I think I realize why this happened. The model I was working with failed before going through initialization because of DOF > 0, and I was subsequently running In the interim, I wonder if you want to run any old model, and before initializing, run |
@dallan-keylogic has offered to look into this. |
The first thought is that we should check for initialized variables first and then raise and exception if any are found (or don't execute the rest of the checks), however, we would need to add a catch for uninitialized variables that also happen to not appear in any (active) constraints. |
I am getting the following error when I try running
report_numerical_issues()
from the DiagnosticToolbox. I should note that this was working fine until I updated my WaterTAP environment--just haven't taken the time to identify potentially problematic dependencies.FYI @andrewlee94 @lbianchi-lbl
The text was updated successfully, but these errors were encountered: