Skip to content

Commit 6c96daf

Browse files
Merge pull request #1066 from SciML/ChrisRackauckas-patch-6
Some dep management
2 parents 9a4a7cf + 4b971e0 commit 6c96daf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Project.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Distributions = "0.25"
7171
DocStringExtensions = "0.9"
7272
EnumX = "1"
7373
Enzyme = "0.12.12"
74-
EnzymeCore = "0.5, 0.6, 0.7"
75-
FastBroadcast = "0.2, 0.3"
74+
EnzymeCore = "0.7"
75+
FastBroadcast = "0.3"
7676
FastClosures = "0.3.2"
7777
ForwardDiff = "0.10"
7878
FunctionWrappers = "1.0"
@@ -112,7 +112,6 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
112112
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
113113
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
114114
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
115-
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
116115
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
117116
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
118117
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
@@ -129,4 +128,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
129128
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
130129

131130
[targets]
132-
test = ["Distributed", "GeneralizedGenerated", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]
131+
test = ["Distributed", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]

test/downstream/ensemble.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prob = prob_sde_2Dlinear
88
prob2 = EnsembleProblem(prob)
99
sim = solve(prob2, SRIW1(), dt = 1 // 2^(3), trajectories = 10)
1010

11-
@test sim[1] isa DiffEqBase.RODESolution
11+
@test sim.u[1] isa DiffEqBase.RODESolution
1212
@test sim[1, 2] isa Matrix
1313
@test sim[1, 2, 1] isa Float64
1414

0 commit comments

Comments
 (0)