Skip to content

Commit caf0283

Browse files
committed
Remove ForwardDiff hack from tests
This was previously needed because of <SciML/OrdinaryDiffEq.jl#2900>, which was fixed by <SciML/DiffEqBase.jl#1219>.
1 parent 8605706 commit caf0283

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
44
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
55
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
6-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
76
GaussianRandomFields = "e4b2fa32-6e09-5554-b718-106ed5adafe9"
87
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -21,7 +20,6 @@ Aqua = "0.8"
2120
ChunkSplitters = "3.1"
2221
DelimitedFiles = "<0.0.1, 1"
2322
Distributions = "0.22, 0.23, 0.24, 0.25"
24-
ForwardDiff = "1.2"
2523
GaussianRandomFields = "2.2.1"
2624
HDF5 = "0.14, 0.15, 0.16, 0.17"
2725
LinearAlgebra = "<0.0.1, 1"

test/models/lorenz63.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ using Distributions
55
using HDF5
66
using Random
77
using PDMats
8-
# `ForwardDiff` is only needed to trigger loading a pkgextension.
9-
import ForwardDiff as _
108
using OrdinaryDiffEqTsit5: OrdinaryDiffEqTsit5, Tsit5, ODEProblem, reinit!, step!
119
using ParticleDA
1210

0 commit comments

Comments
 (0)