Skip to content

Commit

Permalink
Updating test value for heat duty scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed Oct 11, 2024
1 parent c8e7408 commit 148c2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idaes/models/unit_models/tests/test_equilibrium_reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def test_variable_scaling_routine(self, model):
assert isinstance(sfx_cv, Suffix)
assert len(sfx_cv) == 2
assert sfx_cv[model.fs.unit.control_volume.heat[0]] == pytest.approx(
1e-3, rel=1e-3
1.917448e-05, rel=1e-3
)
assert sfx_cv[model.fs.unit.control_volume.deltaP[0]] == pytest.approx(
1e-4, rel=1e-3
Expand Down Expand Up @@ -681,7 +681,7 @@ def test_scale_model(self, model):
assert isinstance(sfx_cv, Suffix)
assert len(sfx_cv) == 14
assert sfx_cv[model.fs.unit.control_volume.heat[0]] == pytest.approx(
1e-3, rel=1e-3
1.917448e-05, rel=1e-3
)
assert sfx_cv[model.fs.unit.control_volume.deltaP[0]] == pytest.approx(
1e-4, rel=1e-3
Expand Down

0 comments on commit 148c2f3

Please sign in to comment.