Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmccarter committed Mar 29, 2022
1 parent 5dc8f5d commit 4397f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmin/newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ def _minimize_newton_exact(
message=msg, nit=n_iter, nfev=sf.nfev, nfail=nfail)
if return_all:
result['allvecs'] = allvecs
return result
return result

0 comments on commit 4397f2c

Please sign in to comment.