Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants authored Oct 25, 2023
1 parent 682bc39 commit 0b6e749
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 0b6e749

Please sign in to comment.