Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Feb 4, 2025
1 parent c2e9774 commit 8d93459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suitesparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ what_table_41_42 = CSV.read(
@test nb_edges(ag) == row[:E]
@test maximum_degree(ag) == row[]
@test minimum_degree(ag) == row[]
color_N, _ = star_coloring(ag, NaturalOrder())
color_N, _ = star_coloring(ag, NaturalOrder(); postprocessing=false)
@test_skip row[:KS1] <= length(unique(color_N)) <= row[:KS2] # TODO: find better
yield()
end
Expand Down

0 comments on commit 8d93459

Please sign in to comment.