Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit b824cb0

Browse files
Update src/differentiation/jaches_products.jl
1 parent babd518 commit b824cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/differentiation/jaches_products.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function HesVec(f, u::AbstractArray, p = nothing, t = nothing; autodiff = AutoFo
281281

282282
(cache1, cache2), autoback_hesvec, autoback_hesvec!
283283
else
284-
@error("Set autodiff to either AutoForwardDiff(), or AutoFiniteDiff()")
284+
@error("Set autodiff to either AutoForwardDiff(), AutoZygote(), or AutoFiniteDiff()")
285285
end
286286

287287
outofplace = static_hasmethod(f, typeof((u,)))

0 commit comments

Comments
 (0)