Skip to content

Commit 56e2b48

Browse files
TorkelEisaacsas
andauthored
Update docs/src/index.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 0436943 commit 56e2b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ plot(sol; lw = 5)
174174
The same model can be used as input to other types of simulations. E.g. here we instead generate and simulate a stochastic chemical kinetics jump process model.
175175
```@example home_simple_example
176176
# Create and simulate a jump process (here using Gillespie's direct algorithm).
177-
# Note that integer (not decimal) initial conditions are used.
177+
# The initial conditions are now integers as we track exact populations for each species.
178178
using JumpProcesses
179179
u0_integers = [:S => 50, :E => 10, :SE => 0, :P => 0]
180180
dprob = DiscreteProblem(model, u0_integers, tspan, ps)

0 commit comments

Comments
 (0)