Skip to content

Commit 9e72757

Browse files
author
Miha Zgubic
committed
relax tolerance
1 parent 81b2e08 commit 9e72757

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
@@ -83,7 +83,7 @@ end
8383
@testset "($n x $m) svd" begin
8484
X = randn(n, m)
8585
@show X
86-
test_rrule(svd, X)
86+
test_rrule(svd, X; atol=1e-6, rtol=1e-6)
8787
end
8888
end
8989

0 commit comments

Comments
 (0)