Skip to content

Commit

Permalink
changed a typo in line 434
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Jan 18, 2025
1 parent 8ba9041 commit 4ee3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opty/direct_collocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def jacobian(self, free):
Returns
=======
jac_vals : ndarray, shape((2*n + q + r + s)*(n*(N - 1) + o), )
jac_vals : ndarray, shape((2*n + q + r + s)*(n*(N - 1)) + o, )
Non-zero Jacobian values in triplet format.
"""
Expand Down

0 comments on commit 4ee3cb8

Please sign in to comment.