We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005e07f commit c2cc91aCopy full SHA for c2cc91a
1 file changed
test/check.jl
@@ -316,5 +316,5 @@ end
316
algo = GreedyColoringAlgorithm(; decompression=:substitution)
317
S = spzeros(Int, 0, 0)
318
result = coloring(S, problem, algo)
319
- @test isempty(result.color)
+ @test isempty(result.group)
320
end
0 commit comments