We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a88cc commit d0200c6Copy full SHA for d0200c6
test/autodiff/ad.jl
@@ -61,7 +61,7 @@ end
61
62
# Float32 and finite differences don't mix well
63
precision(::Type{<:Union{Float32, Complex{Float32}}}) = 1.0e-2
64
-precision(::Type{<:Union{Float64, Complex{Float64}}}) = 1.0e-6
+precision(::Type{<:Union{Float64, Complex{Float64}}}) = 1.0e-5
65
66
function randindextuple(N::Int, k::Int = rand(0:N))
67
@assert 0 ≤ k ≤ N
0 commit comments