We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbe388 commit 005e07fCopy full SHA for 005e07f
1 file changed
test/check.jl
@@ -312,8 +312,8 @@ end
312
313
# See https://github.com/gdalle/SparseMatrixColorings.jl/pull/300
314
@testset "Empty matrix" begin
315
- problem = ColoringProblem(; structure = :symmetric, partition = :column)
316
- algo = GreedyColoringAlgorithm(; decompression = :substitution)
+ problem = ColoringProblem(; structure=:symmetric, partition=:column)
+ algo = GreedyColoringAlgorithm(; decompression=:substitution)
317
S = spzeros(Int, 0, 0)
318
result = coloring(S, problem, algo)
319
@test isempty(result.color)
0 commit comments