Skip to content

Commit

Permalink
more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Feb 22, 2023
1 parent bcba5ac commit b60424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grgrjax/newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def newton_jax_jit(func, init, maxit=30, tol=1e-8, verbose=True):
maxit : int, optional
Maximum number of iterations
tol : float, optional
Random seed. Defaults to 0
Required tolerance. Defaults to 1e-8
Returns
-------
Expand Down

0 comments on commit b60424f

Please sign in to comment.