Skip to content

Commit

Permalink
Merge branch 'issue-235' of github.com:moorepants/cyipopt into issue-235
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Nov 5, 2023
2 parents 1053fca + 0b6e749 commit 537b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyipopt/tests/unit/test_scipy_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_tol_type_issue_235():
def fun(x):
return np.sum(x ** 2)

# tol should not raise and error
# tol should not raise an error
cyipopt.minimize_ipopt(
fun=fun,
x0=np.zeros(2),
Expand Down

0 comments on commit 537b49e

Please sign in to comment.