Skip to content

Commit 9b2f461

Browse files
committed
fix some component based stuff
1 parent 5f16c2d commit 9b2f461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/compositional_modelling/component_based_model_creation.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ let
4646
sys₂.μ => (log(2) / 600), sys₃.α₀ => 5e-4, sys₃.α => 0.5, sys₃.K => 40.0,
4747
sys₃.n => 2, sys₃.δ => (log(2) / 120), sys₃.β => (20 * log(2) / 120),
4848
sys₃.μ => (log(2) / 600)]
49-
u₀ = [sys₁.m => 0.0, sys₁.P => 20.0, sys.R => 0.0, sys.m => 0.0, sys₂.P => 0.0,
50-
sys.R => 0.0, sys.m => 0.0, sys₃.P => 0.0, sys₃.R => 0.0]
49+
u₀ = [sys₁.m => 0.0, sys₁.P => 20.0, sys₂.m => 0.0, sys₂.P => 0.0,
50+
sys₃.m => 0.0, sys₃.P => 0.0]
5151
tspan = (0.0, 100000.0)
5252
oprob = ODEProblem(oderepressilator, u₀, tspan, pvals)
5353
sol = solve(oprob, Tsit5())

0 commit comments

Comments
 (0)