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.
1 parent e4618b0 commit 1fc98acCopy full SHA for 1fc98ac
lib/NonlinearSolveQuasiNewton/test/core_tests.jl
@@ -21,7 +21,7 @@ end
21
22
# Filter autodiff backends based on Julia version
23
autodiff_backends = [AutoForwardDiff(), AutoZygote(), AutoFiniteDiff()]
24
- if !is_julia_prerelease()
+ if isempty(VERSION.prerelease)
25
push!(autodiff_backends, AutoEnzyme())
26
end
27
0 commit comments