Skip to content

Commit

Permalink
Update watertap/unit_models/tests/test_electrodialysis_1D.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Barber <101219154+hunterbarber@users.noreply.github.com>
  • Loading branch information
lbibl and hunterbarber authored Dec 13, 2024
1 parent 8965d54 commit 7c54ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watertap/unit_models/tests/test_electrodialysis_1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ def test_performance_contents(self, electrodialysis_1d_cell6):
perform_dict = m.fs.unit._get_performance_contents()
assert "vars" in perform_dict
assert value(
perform_dict["vars"]["Total electrical power consumption(Watt)"]
perform_dict["vars"]["Total electrical power consumption (W)"]
) == pytest.approx(12.904, rel=1e-3)
assert value(
perform_dict["vars"][
Expand Down

0 comments on commit 7c54ea3

Please sign in to comment.