From 4ba2e8765aef20f9df162b979a619d5b2404137c Mon Sep 17 00:00:00 2001 From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr> Date: Tue, 16 Feb 2021 11:12:48 +0100 Subject: [PATCH] small fix in simulation test of repressilator --- tests/simulation/sim_repressilator.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/simulation/sim_repressilator.jl b/tests/simulation/sim_repressilator.jl index f5142c4..60d37dc 100644 --- a/tests/simulation/sim_repressilator.jl +++ b/tests/simulation/sim_repressilator.jl @@ -2,8 +2,7 @@ using MarkovProcesses load_model("repressilator") -set_param!(repressilator, [:α, :n, :β, :α0], [1.0, 2.0, 5.0, 1000.0]) -set_x0!(repressilator, [:m1, :m2, :m3, :p1, :p2, :p3], [0, 2, 0, 1, 2, 3]) +simulate(repressilator) return true -- GitLab