Skip to content

Commit cd3d27a

Browse files
committed
Loosen test bounds
1 parent 53fb402 commit cd3d27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/ext/ITensorsTensorOperationsExt/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ end
150150
tmp * As[n]
151151
allocations_right_associative_pairwise += @allocated tmp = tmp * As[n]
152152
end
153-
@test allocations_right_associative_pairwise allocations_right_associative_1 rtol = 0.1
154-
@test allocations_right_associative_pairwise allocations_right_associative_2 rtol = 0.1
153+
@test allocations_right_associative_pairwise allocations_right_associative_1 rtol = 0.2
154+
@test allocations_right_associative_pairwise allocations_right_associative_2 rtol = 0.2
155155
@test allocations_right_associative_pairwise allocations_right_associative_3 rtol = 0.2
156-
@test allocations_right_associative_pairwise allocations_right_associative_4 rtol = 0.1
156+
@test allocations_right_associative_pairwise allocations_right_associative_4 rtol = 0.2
157157

158158
@test allocations_right_associative_1 < allocations_left_associative
159159
@test allocations_right_associative_2 < allocations_left_associative

0 commit comments

Comments
 (0)