Skip to content

Commit 724d405

Browse files
committed
Fix some test warnings
1 parent 5ca807f commit 724d405

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/autompo.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -853,16 +853,16 @@ end
853853
p011 = productMPS(s, [1, 2, 2, 1, 1])
854854
p110 = productMPS(s, [2, 2, 1, 1, 1])
855855

856-
@test inner(p110, M1, p011) -1.0
857-
@test inner(p110, M2, p011) -1.0
858-
@test inner(p110, M3, p011) -1.0
856+
@test inner(p110', M1, p011) -1.0
857+
@test inner(p110', M2, p011) -1.0
858+
@test inner(p110', M3, p011) -1.0
859859

860860
p001 = productMPS(s, [1, 1, 2, 1, 1])
861861
p100 = productMPS(s, [2, 1, 1, 1, 1])
862862

863-
@test inner(p100, M1, p001) +1.0
864-
@test inner(p100, M2, p001) +1.0
865-
@test inner(p100, M3, p001) 0.0
863+
@test inner(p100', M1, p001) +1.0
864+
@test inner(p100', M2, p001) +1.0
865+
@test inner(p100', M3, p001) 0.0
866866

867867
#
868868
# Repeat similar test but

0 commit comments

Comments
 (0)