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