Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 20, 2025
1 parent 380a9c9 commit d165579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spynnaker/pyNN/models/neuron/population_machine_neurons.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d165579

Please sign in to comment.