We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c25e3 commit 20316b9Copy full SHA for 20316b9
docs/src/model_creation/functional_parameters.md
@@ -24,7 +24,7 @@ Finally, we can simulate our model as normal, but setting the value of the `pIn`
24
```@example functional_parameters_basic_example
25
using OrdinaryDiffEqDefault, Plots
26
u0 = [:X => 0.5]
27
-ps = [:d => 2.0, pIn => spline]
+ps = [:d => 2.0, :pIn => spline]
28
oprob = ODEProblem(bd_model, u0, tend, ps)
29
sol = solve(oprob)
30
plot(sol)
0 commit comments