Skip to content

Commit d58ad6c

Browse files
committed
Update test/suitesparse.jl
1 parent bff2d16 commit d58ad6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/suitesparse.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ what_table_41_42 = CSV.read(
143143
@test nb_edges(ag) == row[:E]
144144
@test maximum_degree(ag) == row[]
145145
@test minimum_degree(ag) == row[]
146+
bicoloring = false
146147
postprocessing = false
147148
vertices_in_order = vertices(ag, NaturalOrder())
148-
color_N, _ = star_coloring(ag, vertices_in_order, postprocessing, :all_colors)
149+
color_N, _ = star_coloring(ag, vertices_in_order, bicoloring, postprocessing)
149150
@test_skip row[:KS1] <= length(unique(color_N)) <= row[:KS2] # TODO: find better
150151
yield()
151152
end

0 commit comments

Comments
 (0)