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

one test sim for repressilator

parent 87403ace
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,6 @@ if !isdir(str_dir_pics) mkdir(str_dir_pics) end
@test include("simulation/sim_pm_sync_er.jl")
@test include("simulation/sim_sir_tauleap.jl")
@test include("simulation/sim_poisson.jl")
@test include("simulation/sim_repressilator.jl")
end
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])
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