Skip to content

Commit 7f8c2c6

Browse files
authored
Remove test with SymTridiagonal with equal-length diagonals (#703)
Adjust to JuliaLang/LinearAlgebra.jl#1569.
1 parent ef56ea2 commit 7f8c2c6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/linalg.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,6 @@ end
844844
# symtridiagonal with non-empty off-diagonal
845845
b = SymTridiagonal(sparsevec(Int[1, 2, 3]), sparsevec(Int[1, 2]))
846846
@test b + b == Matrix(b) + Matrix(b)
847-
848-
# a symtridiagonal with an additional off-diagonal element
849-
c = SymTridiagonal(sparsevec(Int[1, 2, 3]), sparsevec(Int[1, 2, 3]))
850-
@test c + c == Matrix(c) + Matrix(c)
851847
end
852848

853849
@testset "kronecker product" begin

0 commit comments

Comments
 (0)