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 4bc910c commit 7b89745Copy full SHA for 7b89745
lib/NonlinearSolveQuasiNewton/test/core_tests.jl
@@ -106,7 +106,7 @@ end
106
107
# Filter autodiff backends based on Julia version
108
autodiff_backends = [AutoForwardDiff(), AutoZygote(), AutoFiniteDiff()]
109
- if !is_julia_prerelease()
+ if isempty(VERSION.prerelease)
110
push!(autodiff_backends, AutoEnzyme())
111
end
112
0 commit comments