nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Fix OU noise tutorial #886

Closed pnbabu closed 1 year ago

pnbabu commented 1 year ago

Fixes #876

With the new printers in place, the code resurfaced a bug in the notebook. The membrane capacitance was $1{\micro}F$ before which was too high when converted to the neuroscience-standard $pF$ in NEST which produced no spikes. The capacitance value is now changed to 250 $pF$ to match the original iaf_psc_exp model.