Skip to content

Commit

Permalink
bump tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Nov 5, 2018
1 parent 5fe66ee commit 8696983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/JacobianTest.jl
Expand Up @@ -101,7 +101,7 @@ cfgx = ForwardDiff.JacobianConfig(sin, x)
for f in DiffTests.ARRAY_TO_ARRAY_FUNCS
v = f(X)
j = ForwardDiff.jacobian(f, X)
@test isapprox(j, Calculus.jacobian(x -> vec(f(x)), X, :forward), atol=FINITEDIFF_ERROR)
@test isapprox(j, Calculus.jacobian(x -> vec(f(x)), X, :forward), atol=1.3FINITEDIFF_ERROR)
for c in CHUNK_SIZES, tag in (nothing, Tag)
if tag == Tag
tag = Tag(f, eltype(X))
Expand Down

0 comments on commit 8696983

Please sign in to comment.