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 92a9149 commit 69f10dbCopy full SHA for 69f10db
lib/NonlinearSolveQuasiNewton/test/core_tests.jl
@@ -188,7 +188,7 @@ end
188
189
# Filter autodiff backends based on Julia version
190
autodiff_backends = [AutoForwardDiff(), AutoZygote(), AutoFiniteDiff()]
191
- if !is_julia_prerelease()
+ if isempty(VERSION.prerelease)
192
push!(autodiff_backends, AutoEnzyme())
193
end
194
0 commit comments