-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update IDAES requirement to 2.2.0.dev0.watertap.23.08.03 and other st…
…ability improvements (#930) * Revert "switch to nl_v1 (for now)" This reverts commit f062086. * doing some debugging * Modify and rescaled following vars and constraints for chemistry tests, passed log_k_eq_constraint equilibrium_constraint for both solubility product and common eqbm mole_frac_phase_comp * Update tests for chem_scaling_utils modifications * Enthalpy unit corrected for EDB data * chem_scaling_utils updated for corrected enthalpy * Temperature bound modified to avoid breaking out the solvent critical temprature Enthalpy unit corrected * Correct enthalpy units and update assertion in all tests, all pass * Revert "switch to nl_v1 (for now)" This reverts commit f062086. * doing some debugging * Modify and rescaled following vars and constraints for chemistry tests, passed log_k_eq_constraint equilibrium_constraint for both solubility product and common eqbm mole_frac_phase_comp * Update tests for chem_scaling_utils modifications * Enthalpy unit corrected for EDB data * chem_scaling_utils updated for corrected enthalpy * Temperature bound modified to avoid breaking out the solvent critical temprature Enthalpy unit corrected * Correct enthalpy units and update assertion in all tests, all pass * Chemistry tests updated after adding mutable parameters to reformulated solubility_product * Correct TNK to use components updated in anaerobic environment, break down as an additional variable Use smooth_max from idaes utility and other minor improvements * Update documentation for asm1_adm1 translator * Typo/equations corrected for asm1_adm1 translator documentation * black * remove errant merge conflict * pylint * using idaes-pse with Xinhong's fixes * pylint * Fix NaOCl flowsheet * Remode model.clone in gac test * Update scaling in ion exchange test * Update IDAES requirement to 2.2.0.dev0.watertap.23.08.03 tag * Test NaOCl flowsheet on linux * Test 2 NaOCl flowsheet on linux * NF w/ bypass flosheet test * Add scaling option * run black * Fix pylint * Fix docs test * Remove skip for nf flowsheet notebook * Skip macOS failed tests * Import pytest to skip ui tests for macOS * test ui tests * run black * cleanup nf_with_bypass_ui * skip nf_with_bypass_ui test on macOS * pydantic<2 * Update watertap/examples/chemistry/tests/test_pure_water_pH.py delete commented debugging code * Update watertap/examples/chemistry/tests/test_solids.py * run black * remove debugging statement * cleanup pylint failure from #1091 --------- Co-authored-by: Xinhong Liu <[email protected]> Co-authored-by: Ludovico Bianchi <[email protected]> Co-authored-by: Adam Atia <[email protected]>
- Loading branch information
1 parent
079afdc
commit 537279d
Showing
23 changed files
with
275 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
# update with a tag from the nawi-hub/idaes-pse | ||
# when a version of IDAES newer than the latest stable release from PyPI | ||
# will become needed for the watertap development | ||
"idaes-pse==2.1.0", | ||
"idaes-pse @ git+https://github.com/watertap-org/[email protected]", | ||
] | ||
|
||
# Arguments marked as "Required" below must be included for upload to PyPI. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"temperature": [ | ||
273.15, | ||
300, | ||
650 | ||
647 | ||
], | ||
"pressure": [ | ||
50000, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.