Skip to content

Commit

Permalink
oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Feb 19, 2022
1 parent 588a75a commit 8679d6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ end
@test inv(T)::TriangularToeplitz inv(Matrix(T))
end
for n in (65, 128)
@show n
A = randn(n, n)
TU = TriangularToeplitz(A, :U)
TL = TriangularToeplitz(A, :L)
Expand Down

0 comments on commit 8679d6a

Please sign in to comment.