This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ function activate_gpu_env()
12
12
end
13
13
14
14
if GROUP == " All"
15
- # @time @safetestset "Exact coloring via contraction" begin include("test_contraction.jl") end
16
- # @time @safetestset "Greedy distance-1 coloring" begin include("test_greedy_d1.jl") end
17
- # @time @safetestset "Greedy star coloring" begin include("test_greedy_star.jl") end
18
- # @time @safetestset "Acyclic coloring" begin include("test_acyclic.jl") end
19
- # @time @safetestset "Matrix to graph conversion" begin include("test_matrix2graph.jl") end
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
15
+ @time @safetestset " Exact coloring via contraction" begin include (" test_contraction.jl" ) end
16
+ @time @safetestset " Greedy distance-1 coloring" begin include (" test_greedy_d1.jl" ) end
17
+ @time @safetestset " Greedy star coloring" begin include (" test_greedy_star.jl" ) end
18
+ @time @safetestset " Acyclic coloring" begin include (" test_acyclic.jl" ) end
19
+ @time @safetestset " Matrix to graph conversion" begin include (" test_matrix2graph.jl" ) end
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
23
@time @safetestset " Jac Vecs and Hes Vecs" begin include (" test_jaches_products.jl" ) end
24
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
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