Skip to content

Commit 0213868

Browse files
fix test (#611)
1 parent ba29c90 commit 0213868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/batchedmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end
9696
@test C1 C2
9797

9898
# 5-arg mul!
99-
@test 10 .* C1 batched_mul!(C2, A′, B′, 10)
99+
@test 10 .* C1 batched_mul!(C2, A′, B′, 10) rtol=1e-7
100100
C2 .= 10
101101
@test C1 .+ 100 batched_mul!(C2, A′, B′, 1, 10)
102102

0 commit comments

Comments
 (0)