Skip to content

Commit 367b790

Browse files
Merge pull request #1031 from SciML/adtest
Omit known broken Enzyme Hessian-free AD test
2 parents cdd41ed + 8d993b7 commit 367b790

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ADtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ end
5656
end
5757

5858
# Requires Hession, which Mooncake doesn't support at the moment.
59-
if adtype != AutoMooncake()
59+
# Enzyme Hessian-Free seems to have an issue that is hard to track down.
60+
# https://github.com/SciML/Optimization.jl/issues/1030
61+
if adtype != AutoMooncake() && adtype != AutoEnzyme()
6062
sol = solve(prob, Optim.KrylovTrustRegion())
6163
@test 10 * sol.objective < l1
6264
if adtype != AutoFiniteDiff()

0 commit comments

Comments
 (0)