Skip to content

Commit

Permalink
Revert extraneous change to out-of-place zygote hessian
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Mar 30, 2023
1 parent c8b45c0 commit 57f4a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/SparseDiffToolsZygote.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function SparseDiffTools.numback_hesvec(f, x, v)
gxp = g(x)
x -= 2ϵ * v
gxm = g(x)
@. x += ϵ * v
(gxp - gxm) / (2ϵ)
end

Expand Down

0 comments on commit 57f4a55

Please sign in to comment.