Skip to content

Commit

Permalink
Update test_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfilias committed Sep 23, 2024
1 parent 573d15b commit d3b3578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def case_9n_7d_system():
os.path.join(os.path.dirname(__file__), "../openTEPES")
),
CaseName="9n",
SolverName="appsi_highs",
# SolverName="glpk",
# SolverName="appsi_highs",
SolverName="glpk",
pIndLogConsole=0,
pIndOutputResults=0,
)
Expand Down Expand Up @@ -54,4 +54,4 @@ def case_9n_7d_system():
def test_openTEPES_run(case_9n_7d_system):
mTEPES = openTEPES_run(**case_9n_7d_system)
assert mTEPES is not None
np.testing.assert_approx_equal(pyo.value(mTEPES.eTotalSCost), 236.900034851785)
np.testing.assert_approx_equal(pyo.value(mTEPES.eTotalSCost), 248.433199803524)

0 comments on commit d3b3578

Please sign in to comment.