Skip to content

Commit b236fd3

Browse files
committed
remove final debug code from eig
1 parent eabf1e1 commit b236fd3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tensors/factorizations.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,6 @@ function eig!(t::TensorMap{S}; kwargs...) where S
499499
dims = SectorDict{G,Int}()
500500
for (c,b) in blocks(t)
501501
values, vectors = eigen!(b; kwargs...)
502-
if any(isnan, values)
503-
@show c, b, values
504-
end
505502
d = length(values)
506503
Ddata[c] = copyto!(similar(values, T, (d,d)), Diagonal(values))
507504
if eltype(vectors) == T

0 commit comments

Comments
 (0)