Skip to content

Commit a87d7dc

Browse files
1-Bart-1gdalle
andauthored
improve step test
Co-authored-by: Guillaume Dalle <[email protected]>
1 parent 14b641f commit a87d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end
7878
@test ad.fdjtype === Val(:forward)
7979
@test ad.fdhtype === Val(:hcentral)
8080
@test ad.relstep == 1e-3
81-
@test ad.absstep == 1e-3
81+
@test ad.absstep == 1e-4
8282
end
8383

8484
@testset "AutoFiniteDifferences" begin

0 commit comments

Comments
 (0)