Skip to content

Commit d1f0a51

Browse files
committed
Fix test
1 parent 8e25d9c commit d1f0a51

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/utils.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,7 @@ function test_structured_coloring_decompression(A::AbstractMatrix)
231231
@test D == A
232232
@test nameof(typeof(D)) == nameof(typeof(A))
233233
@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
234+
@test color == ArrayInterface.matrix_colors(A)
238235

239236
# Row
240237
result = coloring(A, row_problem, algo)

0 commit comments

Comments
 (0)