Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 7, 2024
1 parent 95072a3 commit fb36188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TensorNetwork_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
@test size(tn, :i) == 4
@test Tenet.ntensors(tn) == 2

tn = TensorNetwork([Tensor(zeros(2, 2), [:i, :j]), Tensor(zeros(2, 2), [:i, :j, :k])])
tn = TensorNetwork([Tensor(zeros(2, 2), [:i, :j]), Tensor(zeros(2, 2, 2), [:i, :j, :k])])
groupinds!(tn, :i)
@test inds(tn) == [:i, :k]
@test size(tn, :i) == 4
Expand Down

0 comments on commit fb36188

Please sign in to comment.