Skip to content

Commit

Permalink
Merge pull request #1066 from SciML/ChrisRackauckas-patch-6
Browse files Browse the repository at this point in the history
Some dep management
  • Loading branch information
ChrisRackauckas authored Jul 27, 2024
2 parents 9a4a7cf + 4b971e0 commit 6c96daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Distributions = "0.25"
DocStringExtensions = "0.9"
EnumX = "1"
Enzyme = "0.12.12"
EnzymeCore = "0.5, 0.6, 0.7"
FastBroadcast = "0.2, 0.3"
EnzymeCore = "0.7"
FastBroadcast = "0.3"
FastClosures = "0.3.2"
ForwardDiff = "0.10"
FunctionWrappers = "1.0"
Expand Down Expand Up @@ -112,7 +112,6 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Expand All @@ -129,4 +128,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[targets]
test = ["Distributed", "GeneralizedGenerated", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]
test = ["Distributed", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]
2 changes: 1 addition & 1 deletion test/downstream/ensemble.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prob = prob_sde_2Dlinear
prob2 = EnsembleProblem(prob)
sim = solve(prob2, SRIW1(), dt = 1 // 2^(3), trajectories = 10)

@test sim[1] isa DiffEqBase.RODESolution
@test sim.u[1] isa DiffEqBase.RODESolution
@test sim[1, 2] isa Matrix
@test sim[1, 2, 1] isa Float64

Expand Down

0 comments on commit 6c96daf

Please sign in to comment.