Dan Gunter
Dan Gunter
PySMO warnings we want to remove. Related to #1363 Warnings from PySMO from (closed PR) #1403: ``` idaes/core/surrogate/pysmo/tests/test_kriging.py::TestKrigingModel::test__init__08[array] idaes/core/surrogate/pysmo/tests/test_kriging.py::TestKrigingModel::test__init__08[DataFrame] idaes/core/surrogate/pysmo/tests/test_kriging.py::TestKrigingModel::test__init__09[array] idaes/core/surrogate/pysmo/tests/test_kriging.py::TestKrigingModel::test_predict_output_01[array] idaes/core/surrogate/pysmo/tests/test_kriging.py::TestKrigingModel::test_predict_output[array] /home/runner/work/idaes-pse/idaes-pse/idaes/core/surrogate/pysmo/kriging.py:354: RuntimeWarning: invalid value encountered in log log_like...
Fixes #1421 ## Summary/Motivation: They are annoying ## Changes proposed in this PR: - Change print() to log - Lower log level in tests - Cleanup: remove `pylint-disable` comments ###...
Potential reshuffling for “WaterTAP UI” code Context: this UI lets you configure and run any flowsheet, including sweeps, if it is “wrapped” with the appropriate export of desired input/output values....
For the most part, UI usage is self-explanatory. But there are some features that may not be obvious, e.g. KML import. Perhaps the main function of a UI docs page...
## Fixes Documentation: https://idaes-pse.readthedocs.io/en/latest/reference_guides/model_libraries/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d.html Example:[ https://idaes-examples.readthedocs.io/en/latest/docs/flowsheets/temperature_swing_adsorption/temperature_swing_adsorption_doc.html](https://idaes-examples.readthedocs.io/en/latest/docs/flowsheets/temperature_swing_adsorption/temperature_swing_adsorption_doc.html) ## Summary/Motivation: Initial UI wrapper for IDAES ## Changes proposed in this PR: - Wrap the model so it can be displayed in the...
In CI, this test should run without idaes_ui installed, which will do nothing but should not crash Testing new code from #1466