Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianJensen committed Nov 23, 2015
1 parent 1d04b11 commit 7a49523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cplex_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def test_qp_non_convex(self):

model.configuration.solution_target = "global"
model.optimize()
self.assertAlmostEqual(model.objective.value, 2441.9999999)
self.assertAlmostEqual(model.objective.value, 2441.999999971)

except ImportError as e:

Expand Down

0 comments on commit 7a49523

Please sign in to comment.