Skip to content

Commit 285977b

Browse files
author
Miha Zgubic
committed
i guess there was a reason these tolerances were set
1 parent e60a6f0 commit 285977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282
for n in [4, 6, 10], m in [3, 5, 10]
8383
@testset "svd" begin
8484
X = randn(n, m)
85-
test_rrule(svd, X)
85+
test_rrule(svd, X; atol=1e-6, rtol=1e-6)
8686
end
8787
end
8888

0 commit comments

Comments
 (0)