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.
2 parents 7413380 + 290d1aa commit 779fd17Copy full SHA for 779fd17
test/runtests.jl
@@ -32,10 +32,10 @@ end
32
@safetestset "Utils Tests" begin
33
include("utils.jl")
34
end
35
- VERSION >= v"1.9" && @safetestset "AD Tests" begin
+ @safetestset "AD Tests" begin
36
include("ADtests.jl")
37
38
- VERSION >= v"1.9" && @safetestset "AD Performance Regression Tests" begin
+ @safetestset "AD Performance Regression Tests" begin
39
include("AD_performance_regression.jl")
40
41
@safetestset "Optimization" begin
0 commit comments