Skip to content
Snippets Groups Projects
Commit 4ba2e876 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

small fix in simulation test of repressilator

parent c6e0cefc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment