Skip to content

Commit

Permalink
Also test SRA3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 29, 2024
1 parent e4ed586 commit f260567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nondiagonal_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ prototype = zeros(2,2)
iip_prob = SDEProblem{true}(f, g, u0, tspan, noise_rate_prototype = prototype)
@test !(solve(iip_prob, EM(), dt = 0.1)[end] ones(2))
@test !(solve(iip_prob, SOSRA())[end] ones(2))
@test !(solve(iip_prob, SRA3())[end] ones(2))

# Out of place regression tests

Expand Down

0 comments on commit f260567

Please sign in to comment.