Skip to content

Commit e93e326

Browse files
committed
remove ambiguous function
1 parent 794f12f commit e93e326

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tensors/tensor.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,6 @@ end
490490
return sreshape(StridedView(t.data), (dims(codomain(t))..., dims(domain(t))...))
491491
end
492492

493-
@propagate_inbounds function Base.getindex(t::TensorMap, sectors::Tuple)
494-
return t[map(sectortype(t), sectors)]
495-
end
496-
497493
# Show
498494
#------
499495
function type_repr(::Type{TensorMap{T, S, N₁, N₂, A}}) where {T, S, N₁, N₂, A}

0 commit comments

Comments
 (0)