This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ function activate_gpu_env()
1212end
1313
1414if 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
2323 @time @safetestset " Jac Vecs and Hes Vecs" begin include (" test_jaches_products.jl" ) end
2424 @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
2626end
2727
2828if GROUP == " GPU"
You can’t perform that action at this time.
0 commit comments