Skip to content

Commit

Permalink
type ConnectionsArray
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 21, 2025
1 parent b16b4a3 commit 5f45ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spynnaker/pyNN/models/neuron/abstract_population_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@ def get_connections_from_machine(
return self.__connection_cache[app_edge, synapse_info]

# Start with something in the list so that concatenate works
connections: ConnectionsArray
connections = [numpy.zeros(0, dtype=NUMPY_CONNECTORS_DTYPE)]
progress = ProgressBar(
len(self.machine_vertices),
Expand Down

0 comments on commit 5f45ad5

Please sign in to comment.