Skip to content

Commit a91211d

Browse files
github-actions[bot]CompatHelper Juliasvchb
authored
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#738)
* CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Sven Berger <berger.sven@gmail.com>
1 parent 29e7609 commit a91211d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DelimitedFiles = "1"
4747
DiffEqCallbacks = "4"
4848
FastPow = "0.1"
4949
FileIO = "1"
50-
ForwardDiff = "0.10"
50+
ForwardDiff = "1"
5151
GPUArraysCore = "0.2"
5252
JSON = "0.21"
5353
KernelAbstractions = "0.9"

test/general/smoothing_kernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
# This should work with very tight tolerances
8888
@test isapprox(analytic_deriv, automatic_deriv,
89-
rtol=5e-15, atol=2eps())
89+
rtol=5e-15, atol=4 * eps())
9090
end
9191
end
9292
end

0 commit comments

Comments
 (0)