Skip to content

Commit

Permalink
Update AbstractDifferentiationExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Oct 14, 2023
1 parent 435c075 commit 16eb9ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/AbstractDifferentiationExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function _autodiff(fdad::AD.AbstractBackend, x, so::ScalarObjective, style)
end

h_f = (H, x) -> let f = so.f
@show 3
h = AD.hessian(fdad, f, x)
H .= h[1]
H
Expand Down

0 comments on commit 16eb9ea

Please sign in to comment.