We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdd41ed + 8d993b7 commit 367b790Copy full SHA for 367b790
test/ADtests.jl
@@ -56,7 +56,9 @@ end
56
end
57
58
# Requires Hession, which Mooncake doesn't support at the moment.
59
- if adtype != AutoMooncake()
+ # 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()
62
sol = solve(prob, Optim.KrylovTrustRegion())
63
@test 10 * sol.objective < l1
64
if adtype != AutoFiniteDiff()
0 commit comments