Skip to content

Commit f260567

Browse files
Also test SRA3
1 parent e4ed586 commit f260567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/nondiagonal_tests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ prototype = zeros(2,2)
130130
iip_prob = SDEProblem{true}(f, g, u0, tspan, noise_rate_prototype = prototype)
131131
@test !(solve(iip_prob, EM(), dt = 0.1)[end] ones(2))
132132
@test !(solve(iip_prob, SOSRA())[end] ones(2))
133+
@test !(solve(iip_prob, SRA3())[end] ones(2))
133134

134135
# Out of place regression tests
135136

0 commit comments

Comments
 (0)