Skip to content

Commit d0200c6

Browse files
committed
further relax tests
1 parent b4a88cc commit d0200c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autodiff/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
# Float32 and finite differences don't mix well
6363
precision(::Type{<:Union{Float32, Complex{Float32}}}) = 1.0e-2
64-
precision(::Type{<:Union{Float64, Complex{Float64}}}) = 1.0e-6
64+
precision(::Type{<:Union{Float64, Complex{Float64}}}) = 1.0e-5
6565

6666
function randindextuple(N::Int, k::Int = rand(0:N))
6767
@assert 0 k N

0 commit comments

Comments
 (0)