You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ plot(sol; lw = 5)
174
174
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.
175
175
```@example home_simple_example
176
176
# 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.
0 commit comments