Skip to content

Commit

Permalink
remove final debug code from eig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Aug 16, 2019
1 parent eabf1e1 commit b236fd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tensors/factorizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,6 @@ function eig!(t::TensorMap{S}; kwargs...) where S
dims = SectorDict{G,Int}()
for (c,b) in blocks(t)
values, vectors = eigen!(b; kwargs...)
if any(isnan, values)
@show c, b, values
end
d = length(values)
Ddata[c] = copyto!(similar(values, T, (d,d)), Diagonal(values))
if eltype(vectors) == T
Expand Down

2 comments on commit b236fd3

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on b236fd3 Aug 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • thread-safe LRU cache for speeding up permutations
  • various bug fixes
  • eigen (and eig and eigh), inv and pinv for tensors
  • tensor product of tensors

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.0.3 already exists

Please sign in to comment.