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
When the bio_P configuration option is set to True, the GUI runs into an InitializationError and cannot solve even though the flowsheet the GUI is based on can solve when bio_P=True. Similarly, the flowsheet test fails to initialize when bio_P=True. This suggests that there might be an error with how the flowsheet is being exported to the UI and/or the flowsheet's tear guesses for bio_P=True can be improved.
Expected Behavior
The GUI should be able to run successfully when bio_P=True and when bio_P=False since the corresponding flowsheet is able to be solved with either configuration option.
Description
When the
bio_P
configuration option is set to True, the GUI runs into an InitializationError and cannot solve even though the flowsheet the GUI is based on can solve whenbio_P=True
. Similarly, the flowsheet test fails to initialize whenbio_P=True
. This suggests that there might be an error with how the flowsheet is being exported to the UI and/or the flowsheet's tear guesses forbio_P=True
can be improved.Expected Behavior
The GUI should be able to run successfully when
bio_P=True
and whenbio_P=False
since the corresponding flowsheet is able to be solved with either configuration option.Steps to Reproduce
Add a configuration option into https://github.com/watertap-org/watertap/blob/main/watertap/flowsheets/full_water_resource_recovery_facility/BSM2_P_extension_ui.py such that the user can toggle between
bio_P=False
andbio_P=True
and confirm whether or not the flowsheet can be solved whenbio_P=True
Environment
Anything Else?
No response
The text was updated successfully, but these errors were encountered: