Skip to content

Commit 488d94f

Browse files
bump for depwarns
1 parent 19da380 commit 488d94f

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
@@ -36,7 +36,7 @@ RecipesBase = "1"
3636
RecursiveArrayTools = "2, 3"
3737
RootedTrees = "2"
3838
SDEProblemLibrary = "0.1"
39-
SciMLBase = "2"
39+
SciMLBase = "2.52.2"
4040
Statistics = "1"
4141
StochasticDelayDiffEq = "1"
4242
StochasticDiffEq = "6"

test/analyticless_convergence_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ seed = 100
7474
Random.seed!(seed)
7575
seeds = rand(UInt, numtraj)
7676
ensemble_prob = EnsembleProblem(prob;
77-
output_func = (sol, i) -> (h2(sol[end,1]), false),
77+
output_func = (sol, i) -> (h2(sol[1,end]), false),
7878
prob_func = prob_func)
7979
sim = test_convergence(dts, ensemble_prob, DRI1(), save_everystep = false,
8080
trajectories = numtraj, save_start = false, adaptive = false,

0 commit comments

Comments
 (0)