Skip to content

Commit a11be3a

Browse files
committed
up
1 parent ad9d89d commit a11be3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/reactionsystem_core/events.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ 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)
255249
@test sol_dsl == sol_prog
256250
end
257251

0 commit comments

Comments
 (0)