Skip to content

Commit

Permalink
Fix unexported function name
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed May 6, 2024
1 parent 1723663 commit 247335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ println("------------------------------------")
@test W == deepcopy(W)
@test W == @constinferred permute(W, ((1, 2), (3, 4, 5)))
@test permute(W, ((2, 4, 5), (3, 1))) == (V2 V4' V5' V3 V1')
@test (V1 V2 V1 V2) == @constinferred compose(W, W')
@test (V1 V2 V1 V2) == @constinferred TensorKit.compose(W, W')
end
end

0 comments on commit 247335e

Please sign in to comment.