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 8e6af30 commit 5e9eca3Copy full SHA for 5e9eca3
docs/src/examples/spiking_neural_systems.md
@@ -74,7 +74,7 @@ Our condition is `thr(u,t,integrator)` and the condition kicks in when `u > inte
74
```@example spikingneural
75
u0 = -75
76
tspan = (0.0, 40.0)
77
-p = ComponentArray(gL = 5.0, EL = -75.0, C = 50.0, Vth = -55.0, I = 0)
+p = ComponentArrays.ComponentArray(gL = 5.0, EL = -75.0, C = 50.0, Vth = -55.0, I = 0)
78
79
prob = DE.ODEProblem(lif, u0, tspan, p, callback = cb)
80
```
0 commit comments