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 e4b7122 commit b9aed59Copy full SHA for b9aed59
test/runtests.jl
@@ -20,8 +20,6 @@ if GROUP == "Core" || GROUP == "All"
20
@time @safetestset "Hessian colorvecs" begin include("test_sparse_hessian.jl") end
21
@time @safetestset "Integration test" begin include("test_integration.jl") end
22
@time @safetestset "Special matrices" begin include("test_specialmatrices.jl") end
23
- @time @safetestset "Jac Vecs and Hes Vecs" begin include("test_jaches_products.jl") end
24
- @time @safetestset "Vec Jac Products" begin include("test_vecjac_products.jl") end
25
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
26
end
27
0 commit comments