Skip to content

Commit

Permalink
Put broken AD test set last
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Mar 28, 2023
1 parent 9ec8666 commit 3e9a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ if GROUP == "All"
@time @safetestset "Greedy star coloring" begin include("test_greedy_star.jl") end
@time @safetestset "Acyclic coloring" begin include("test_acyclic.jl") end
@time @safetestset "Matrix to graph conversion" begin include("test_matrix2graph.jl") end
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
@time @safetestset "Hessian colorvecs" begin include("test_sparse_hessian.jl") end
@time @safetestset "Integration test" begin include("test_integration.jl") end
@time @safetestset "Special matrices" begin include("test_specialmatrices.jl") end
@time @safetestset "Jac Vecs and Hes Vecs" begin include("test_jaches_products.jl") end
@time @safetestset "Vec Jac Products" begin include("test_vecjac_products.jl") end
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
end

if GROUP == "GPU"
Expand Down

0 comments on commit 3e9a950

Please sign in to comment.