Skip to content

Commit

Permalink
Reference issue #556
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens authored Jan 21, 2025
1 parent db9392f commit c9aaa51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/optimagic/optimization/test_with_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@ def test_three_independent_constraints():
)
expected = np.array([0] * 4 + [4, 5] + [0] + [7.5] * 2 + [0])

# TODO: Increase precision back to decimal=4. The reduced precision is due to the
# re-written scipy_lbfgsb algorithm in SciPy 1.15.
# TODO: Increase precision back to decimal=4. The reduced precision is likely due
# to the re-written L-BFGS-B algorithm in SciPy 1.15.
# See https://github.com/optimagic-dev/optimagic/issues/556.
aaae(res.params, expected, decimal=3)


Expand Down

0 comments on commit c9aaa51

Please sign in to comment.