Skip to content

Commit 730fa6a

Browse files
committed
update sde example
1 parent df73259 commit 730fa6a

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In this case, we would instead like to perform stochastic simulations, so we tra
201201
```julia
202202
u0 = [:V => 25.0, :G => 50.0, :Gᴾ => 0.0]
203203
tspan = (0.0, 20.0)
204-
ps = [:Vₘ => 50.0, :g => 0.2, :kₚ => 100.0, :kᵢ => 60.0]
204+
ps = [:Vₘ => 50.0, :g => 0.3, :kₚ => 100.0, :kᵢ => 60.0]
205205
sprob = SDEProblem(cell_model, u0, tspan, ps)
206206
```
207207
This produces the following equations:

0 commit comments

Comments
 (0)