Skip to content

Commit

Permalink
wrap lines exceeding 90 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen committed Aug 8, 2023
1 parent 274fb77 commit c9ee9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypose/func/jac.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def jacrev(func: Callable, argnums: Union[int, Tuple[int]] = 0, *, has_aux=False
(equivalent to doing a single vmap over vjp to compute the jacobian).
If 1, then compute the jacobian row-by-row with a for-loop.
If not None, then compute the jacobian :attr:`chunk_size` rows at a time
(equivalent to doing multiple vmap over vjp). If you run into memory issues computing
the jacobian, please try to specify a non-None chunk_size.
(equivalent to doing multiple vmap over vjp). If you run into memory issues
computing the jacobian, please try to specify a non-None chunk_size.
Returns:
Returns a function that takes in the same inputs as ``func`` and
Expand Down

0 comments on commit c9ee9f4

Please sign in to comment.