Skip to content

Commit 3e9a950

Browse files
committed
Put broken AD test set last
1 parent 9ec8666 commit 3e9a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ if GROUP == "All"
1717
@time @safetestset "Greedy star coloring" begin include("test_greedy_star.jl") end
1818
@time @safetestset "Acyclic coloring" begin include("test_acyclic.jl") end
1919
@time @safetestset "Matrix to graph conversion" begin include("test_matrix2graph.jl") end
20-
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
2120
@time @safetestset "Hessian colorvecs" begin include("test_sparse_hessian.jl") end
2221
@time @safetestset "Integration test" begin include("test_integration.jl") end
2322
@time @safetestset "Special matrices" begin include("test_specialmatrices.jl") end
2423
@time @safetestset "Jac Vecs and Hes Vecs" begin include("test_jaches_products.jl") end
2524
@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
2626
end
2727

2828
if GROUP == "GPU"

0 commit comments

Comments
 (0)