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 7ee51ca commit 0e8384c
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 @@ -99,7 +99,7 @@ def test_solve_bigm(self):
opt = Highs()
TransformationFactory("gdp.bigm").apply_to(modObject.model)
modObject.results = opt.solve(modObject.model)
modObject.model.pprint("prettypretty.txt")
modObject.model.pprint()
self.assertAlmostEqual(
value(modObject.model.total_cost_objective_rule), 1375.56, places=1
)
Expand Down

0 comments on commit 0e8384c

Please sign in to comment.