Skip to content

Commit

Permalink
Update _jacobian.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck authored Jan 6, 2025
1 parent 8114bce commit bc87b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainunit/autograd/_jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def jacrev(
>>> import brainunit as u
>>> def simple_function1(x):
... return x ** 2
>>> jac_fn = u.autograd.jacrev(simple_function1)
>>> jac_fn = u.autograd.jacrev(simple_function1)
>>> jac_fn(jnp.array(3.0) * u.ms)
6.0 * ms
Expand Down

0 comments on commit bc87b02

Please sign in to comment.