File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ if GROUP == "All"
17
17
@time @safetestset " Greedy star coloring" begin include (" test_greedy_star.jl" ) end
18
18
@time @safetestset " Acyclic coloring" begin include (" test_acyclic.jl" ) end
19
19
@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
21
20
@time @safetestset " Hessian colorvecs" begin include (" test_sparse_hessian.jl" ) end
22
21
@time @safetestset " Integration test" begin include (" test_integration.jl" ) end
23
22
@time @safetestset " Special matrices" begin include (" test_specialmatrices.jl" ) end
24
23
@time @safetestset " Jac Vecs and Hes Vecs" begin include (" test_jaches_products.jl" ) end
25
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
26
end
27
27
28
28
if GROUP == " GPU"
You can’t perform that action at this time.
0 commit comments