BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 27 forks source link

Reset voltage hard-coded in `IntFire` #476

Closed subhacom closed 6 months ago

subhacom commented 6 months ago

In the leaky integrate and fire neuron the process() method has the reset voltage hard-coded to -1e-7. Many models need the reset voltage to be adjustable (e.g. Brunel 2000).

subhacom commented 6 months ago

Turns out this is implemented in IntFireBase and inherited by other classes in intfire directory. We should clarify their difference from IntFire in biophysics (should the latter be deprecated?).