We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e25d9c commit d1f0a51Copy full SHA for d1f0a51
1 file changed
test/utils.jl
@@ -231,10 +231,7 @@ function test_structured_coloring_decompression(A::AbstractMatrix)
231
@test D == A
232
@test nameof(typeof(D)) == nameof(typeof(A))
233
@test structurally_orthogonal_columns(A, color)
234
- if VERSION >= v"1.10" || A isa Union{Diagonal,Bidiagonal,Tridiagonal}
235
- # banded matrices not supported by ArrayInterface on Julia 1.6
236
- @test color == ArrayInterface.matrix_colors(A)
237
- end
+ @test color == ArrayInterface.matrix_colors(A)
238
239
# Row
240
result = coloring(A, row_problem, algo)
0 commit comments