Skip to content

Commit

Permalink
Update test_gtep_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rundxdi authored Jan 24, 2024
1 parent 2c73785 commit 5bd3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtep/tests/unit/test_gtep_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_solve_bigm(self):
modObject.create_model()
opt = Highs()
TransformationFactory("gdp.bigm").apply_to(modObject.model)
modObject.results = opt.solve(modObject.model, tee=False, load_solutions=True)
modObject.results = opt.solve(modObject.model, load_solutions=True)
modObject.report_model()
self.assertAlmostEqual(
value(modObject.model.total_cost_objective_rule), 1375.56, places=1
Expand Down

0 comments on commit 5bd3a99

Please sign in to comment.