Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele committed Mar 12, 2024
1 parent 6a4125f commit 4347909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subproblem.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def subproblem_eq() -> SubproblemSQPGS:
def test_subproblem_eq(subproblem_eq: SubproblemSQPGS):
subproblem_eq.solve()
assert subproblem_eq.status == cp.OPTIMAL
assert np.isclose(subproblem_eq.objective_val, 0.99500000)
assert np.isclose(subproblem_eq.objective_val, 1.0)

0 comments on commit 4347909

Please sign in to comment.