Skip to content

Commit 84888bf

Browse files
committed
fix type piracy
1 parent 4582fe6 commit 84888bf

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RecipesBase = "1.1"
5454
TensorKit = "0.16.3"
5555
TensorKitManifolds = "0.7"
5656
TensorKitTensors = "0.2"
57-
TensorOperations = "5.5"
57+
TensorOperations = "5.5.1"
5858
Test = "1"
5959
TestExtras = "0.3"
6060
VectorInterface = "0.2, 0.3, 0.4, 0.5"

src/utility/utility.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,3 @@ function fuse_legs(x::TensorMap, ::Val{N₁}, ::Val{N₂}) where {N₁, N₂}
348348

349349
return TensorMap{scalartype(x)}(x.data, cod dom)
350350
end
351-
352-
# piracy until fixed
353-
354-
TensorOperations.allocation_size(::Type{T}, n::Int) where {T} =
355-
TensorOperations.allocation_size(T, (n,))

0 commit comments

Comments
 (0)