From 5dd69b20f0fe32d9862da637c60abbd3f08f2019 Mon Sep 17 00:00:00 2001 From: Melissa Lober <47082241+mlober@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:12:20 +0100 Subject: [PATCH] Update models/ignore_and_fire.h Co-authored-by: jessica-mitchell --- models/ignore_and_fire.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ignore_and_fire.h b/models/ignore_and_fire.h index 792f6e91ae..5cfede38d7 100644 --- a/models/ignore_and_fire.h +++ b/models/ignore_and_fire.h @@ -64,7 +64,7 @@ irrespective of the network size and structure. .. note:: The model can easily be extended and equipped with any arbitrary input processing (such as calculating input -currents with alpha-function shaped PSC kernels or updating the gating variables in the Hodgkin-Huxley model) or + currents with alpha-function shaped PSC kernels or updating the gating variables in the Hodgkin-Huxley model) or (after-) spike generation dynamics to make it more similar and comparable to other non-ignorant neuron models. In such extended ignore_and_fire models, the spike emission process would still be decoupled from the intrinsic neuron dynamics.