From 337d81ac7d7e63b71ee04bd5ae0525ffc4014362 Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Mon, 30 Dec 2024 17:43:28 +0100 Subject: [PATCH] oops --- src/GraphDynamicsInterop/neuron_interop.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphDynamicsInterop/neuron_interop.jl b/src/GraphDynamicsInterop/neuron_interop.jl index e9eaaee6..67ddb1d1 100644 --- a/src/GraphDynamicsInterop/neuron_interop.jl +++ b/src/GraphDynamicsInterop/neuron_interop.jl @@ -165,7 +165,7 @@ function define_neurons() end end end -#define_neurons() # it's useful when developing this module to have these in a function +define_neurons() # it's useful when developing this module to have these in a function #Maybe should just encorporate this into define_neurons() # for T ∈ [:LIFExciNeuron, :LIFInhNeuron]