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).
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?).
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).