Skip to content

Commit 0eafa86

Browse files
committed
fix wrong testcase
1 parent 10c6165 commit 0eafa86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/operators/mpo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ end
118118
@test mpo4 isa InfiniteMPO
119119
@test scalartype(mpo4) == T
120120
@test storagetype(mpo4) == Vector{T}
121-
@test dot(mpo3, mpo4) 1 atol = 1.0e-4
121+
@test dot(mpo3, mpo4) norm(mpo3)^2 atol = 1.0e-4
122122
end
123123

124124
end

0 commit comments

Comments
 (0)