Skip to content

Commit

Permalink
Update Test_3MED_AHP_eNRTL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei-Xu-1993 committed Dec 13, 2024
1 parent 62d3904 commit 310b2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,4 +471,4 @@ def test_model_analysis(self, MED_AHP_eNRTL):
# based on estimated values at 70% water recovery from [2]
assert m.fs.generator.outlet.pressure.value == pytest.approx(30000, rel=1e-3)
assert m.fs.specific_energy_consumption.value == pytest.approx(205.00, rel=1e-3)
assert m.fs.performance_ratio.value == pytest.approx(3.4, rel=1e-3)
assert m.fs.performance_ratio.value == pytest.approx(3.4, rel=1e-3)

0 comments on commit 310b2ac

Please sign in to comment.