Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnold17 committed Sep 24, 2024
1 parent cfd5295 commit 8a14c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pareto/tests/test_strategic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def test_run_reduced_strategic_model(build_reduced_strategic_model):
assert results.solver.status == pyo.SolverStatus.ok
assert degrees_of_freedom(m) == 11292
# solutions obtained from running the reduced generic case study
assert pytest.approx(88199.598, abs=1e-1) == pyo.value(m.v_Z)
assert pytest.approx(96607.6609, abs=1e-1) == pyo.value(m.v_Z)
with nostdout():
assert is_feasible(m)

Expand Down

0 comments on commit 8a14c2e

Please sign in to comment.