Skip to content

Commit

Permalink
Merge pull request #300 from Peter230655/change-typo-in-lin-343
Browse files Browse the repository at this point in the history
changed a typo in line 434
  • Loading branch information
moorepants authored Jan 18, 2025
2 parents 8ba9041 + 4ee3cb8 commit 44b5d8d
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 44b5d8d

Please sign in to comment.