Skip to content

Commit 011cc35

Browse files
Update sdesystem.jl
1 parent 95440bd commit 011cc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ let # test to make sure that scalar noise always receive the same kicks
693693
@mtkbuild de = System(eqs, t)
694694
prob = SDEProblem(de, [x => 0, y => 0], (0.0, 10.0), [])
695695
sol = solve(prob, SOSRI())
696-
@test sol[end][1] == sol[end][2]
696+
@test sol.u[end][1] == sol.u[end][2]
697697
end
698698

699699
let # test that diagonal noise is correctly handled

0 commit comments

Comments
 (0)