fzenke / auryn

Auryn: A fast simulator for spiking neural networks with synaptic plasticity
https://fzenke.net/auryn/
GNU General Public License v3.0
98 stars 42 forks source link

small modification to AdEx model #34

Closed apayeur closed 5 years ago

apayeur commented 5 years ago

DeltaT should not be divided by g_leak since the DeltaT is not scaled by g_leak. I.e., in the AdEx model, the exponential appears with prefactor g_leak*DeltaT, so there is no need to divide DeltaT by g_leak when the user sets it. (This straightforward pull request is also to make sure I do these github things properly.)

fzenke commented 5 years ago

Great. Thank you for spotting this. Could I ask you to create a pull request off the develop branch?

apayeur commented 5 years ago

Sure. I'm sorry.