Skip to content

Commit ad9d89d

Browse files
committed
up
1 parent 2eb08b0 commit ad9d89d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/reactionsystem_core/events.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ let
246246

247247
sol_dsl = solve(SDEProblem(rn_dsl, u0, tspan, ps), ImplicitEM(); seed = 1234)
248248
sol_prog = solve(SDEProblem(rn_prog, u0, tspan, ps), ImplicitEM(); seed = 1234)
249+
println()
250+
println()
251+
println(length(sol_dsl.t))
252+
println(sol_dsl.retcode)
253+
println(length(sol_prog.t))
254+
println(sol_prog.retcode)
249255
@test sol_dsl == sol_prog
250256
end
251257

0 commit comments

Comments
 (0)