Skip to content

Commit 4b971e0

Browse files
Update ensemble.jl
1 parent ea39823 commit 4b971e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)