File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/ext/ITensorsTensorOperationsExt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments