Skip to content

Commit 97c602c

Browse files
committed
suitesparse.jl
1 parent 76efa64 commit 97c602c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/suitesparse.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ what_table_41_42 = CSV.read(
9595
@test nb_edges(ag) == row[:E]
9696
@test maximum_degree(ag) == row[]
9797
@test minimum_degree(ag) == row[]
98-
color_N, _ = star_coloring(ag, NaturalOrder(); postprocessing=false)
98+
postprocessing = false
99+
color_N, _ = star_coloring(ag, NaturalOrder(), postprocessing)
99100
@test_skip row[:KS1] <= length(unique(color_N)) <= row[:KS2] # TODO: find better
100101
yield()
101102
end

0 commit comments

Comments
 (0)