Skip to content

Commit 5ba1e52

Browse files
committed
attempt to stabilize test
1 parent 845cd54 commit 5ba1e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ vspaces = (ℙ^10, Rep[U₁]((0 => 20)), Rep[SU₂](1 // 2 => 10, 3 // 2 => 5, 5
3838
α = rand(T)
3939
@test convert(TensorMap, α * mpo₁) α * O₁
4040
@test convert(TensorMap, mpo₁ * α) O₁ * α
41-
@test α * mpo₃ α * complex(mpo₃)
41+
@test α * mpo₃ α * complex(mpo₃) atol=1e-6
4242

4343
# test addition and multiplication
4444
@test convert(TensorMap, mpo₁ + mpo₂) O₁ + O₂

0 commit comments

Comments
 (0)