Skip to content

Commit

Permalink
Update scipy/differentiate/_differentiate.py
Browse files Browse the repository at this point in the history
[docs only]
  • Loading branch information
mdhaber authored and tylerjereddy committed Jan 2, 2025
1 parent 56b1f7e commit 7348d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/differentiate/_differentiate.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def jacobian(f, x, *, tolerances=None, maxiter=10, order=8, initial_step=0.5,
``(m, k, ...)`` and return an array of shape ``(n, k, ...)``, and the ``df``
attribute of the result would have shape ``(n, m, k)``.
` Suppose the desired callable ``f_not_vectorized`` is not vectorized; it can
Suppose the desired callable ``f_not_vectorized`` is not vectorized; it can
only accept an array of shape ``(m,)``. A simple solution to satisfy the required
interface is to wrap ``f_not_vectorized`` as follows::
Expand Down

0 comments on commit 7348d92

Please sign in to comment.