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 4a2b975 commit 1c8467bCopy full SHA for 1c8467b
test/runtests.jl
@@ -95,8 +95,10 @@ end
95
@time @safetestset "Integer idxs" begin
96
include("downstream/integer_idxs.jl")
97
end
98
- @time @safetestset "Autodiff Remake" begin
99
- include("downstream/remake_autodiff.jl")
+ if VERSION < v"1.12" # Zygote is incredibly broken on 1.12
+ @time @safetestset "Autodiff Remake" begin
100
+ include("downstream/remake_autodiff.jl")
101
+ end
102
103
@time @safetestset "Partial Functions" begin
104
include("downstream/partial_functions.jl")
0 commit comments