Skip to content

Commit b66b2cd

Browse files
authored
Fix typos
1 parent 62d29be commit b66b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleNonlinearSolve/src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function compute_hvvp(prob, autodiff, fx, x, dir)
172172
else
173173
@closure (u, p) -> only(DI.pushforward(prob.f, autodiff, u, (dir,), Constant(p)))
174174
end
175-
only(DI.pushforward(jvp_fn, autodiff, x, (dir,), Constant(NLBUtils.safe_vec(prob.p))))
175+
only(DI.pushforward(jvp_fn, autodiff, x, (dir,), Constant(prob.p)))
176176
end
177177

178178
end

0 commit comments

Comments
 (0)