DiffEqDocs.jl icon indicating copy to clipboard operation
DiffEqDocs.jl copied to clipboard

Update spiking_neural_systems.md

Open jbrea opened this issue 2 years ago • 1 comments

It looks odd, when the membrane potential in an integrate-and-fire neuron overshoots the threshold.

Btw: I find it convenient to use ComponentArrays for parameters, such that I can write e.g. integrator.p.Vth instead of integrator.p[4], but I didn't apply this change here, as it would introduce a new dependency.

jbrea avatar Mar 06 '24 09:03 jbrea

I think it would be fine to introduce the dependency. I would say it's good style and nice to show in an example.

ChrisRackauckas avatar Mar 06 '24 09:03 ChrisRackauckas