Skip to content

Commit

Permalink
Update sdesystem.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 31, 2024
1 parent 95440bd commit 011cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ let # test to make sure that scalar noise always receive the same kicks
@mtkbuild de = System(eqs, t)
prob = SDEProblem(de, [x => 0, y => 0], (0.0, 10.0), [])
sol = solve(prob, SOSRI())
@test sol[end][1] == sol[end][2]
@test sol.u[end][1] == sol.u[end][2]
end

let # test that diagonal noise is correctly handled
Expand Down

0 comments on commit 011cc35

Please sign in to comment.