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 b035953 commit 98f56d7Copy full SHA for 98f56d7
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