Skip to content

Commit e0e72fc

Browse files
lkdvosJutho
authored andcommitted
Remove obsolete TODO
1 parent c6164b9 commit e0e72fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tensors/tensor.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ i.e. a tensor map with only a non-trivial output space.
4242
"""
4343
const Tensor{T,S,N,A} = TensorMap{T,S,N,0,A}
4444

45-
# TODO: should we deprecate this?
46-
# It seems quite heavily used in MPSKit.jl, although they are all of the form
47-
# `tensormaptype(S, N₁, N₂, A)` and so could thus be replaced with `TensorMap{S, N₁, N₂, A}`
4845
function tensormaptype(S::Type{<:IndexSpace}, N₁, N₂, TorA::Type)
4946
if TorA <: Number
5047
return TensorMap{TorA,S,N₁,N₂,Vector{TorA}}

0 commit comments

Comments
 (0)