From d165579d124a13e03b70860837bedfb9ecbb9176 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 20 Jan 2025 15:56:18 +0000 Subject: [PATCH] test --- spynnaker/pyNN/models/neuron/population_machine_neurons.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spynnaker/pyNN/models/neuron/population_machine_neurons.py b/spynnaker/pyNN/models/neuron/population_machine_neurons.py index c361bb983b..89899d2268 100644 --- a/spynnaker/pyNN/models/neuron/population_machine_neurons.py +++ b/spynnaker/pyNN/models/neuron/population_machine_neurons.py @@ -387,7 +387,8 @@ def _write_current_source_parameters( # Write the number of each type of current source for n in range(1, len(cs_index_array)): - spec.write_value(cs_index_array[n]) + w = cs_index_array[n] + spec.write_value(w) # Now loop over the current sources and write the data required # for each type of current source