Skip to content

Commit 5abb048

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_simulation/examples/activation_time_distribution_measurement.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 971d73a commit 5abb048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/examples/activation_time_distribution_measurement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ps = [:v0 => 0.1, :v => 2.5, :Kᵢ => 1000.0, :Kₐ => 40.0, :n => 3.0, :deg =>
1919
sprob = SDEProblem(sa_model, u0, tspan, ps)
2020
nothing # hide
2121
```
22-
We can now create a simple `EnsembleProblem` and perform an ensemble simulation (as described [here](@ref ensemble_simulations)). Please note that the system s an event which modifies its parameters, hence we must add the `safetycopy = true` argument to `EnsembleProblem` (else, subsequent simulations would start with $K = Kₐ$).
22+
We can now create a simple `EnsembleProblem` and perform an ensemble simulation (as described [here](@ref ensemble_simulations)). Please note that the system has an event which modifies its parameters, hence we must add the `safetycopy = true` argument to `EnsembleProblem` (else, subsequent simulations would start with $K = Kₐ$).
2323
```@example activation_time_distribution_measurement
2424
using Plots, StochasticDiffEq
2525
eprob = EnsembleProblem(sprob; safetycopy = true)

0 commit comments

Comments
 (0)