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
In the standard LIF model I have used a parameter for the latest spike time and another one to store spike times. It seems a bit redundant. Can the spike time parameter st be removed and something like strain[end] be used instead?
In the standard LIF model I have used a parameter for the latest spike time and another one to store spike times. It seems a bit redundant. Can the spike time parameter
st
be removed and something likestrain[end]
be used instead?Neuroblox.jl/src/blox/neuron_models.jl
Lines 121 to 122 in 22995ac
The parameter
st
is used to link neurons like so:Neuroblox.jl/test/components.jl
Lines 224 to 231 in 22995ac
strain[end]
wouldn't work, what is the right way to access the latest value of the list given that this is all symbolic?The text was updated successfully, but these errors were encountered: