Skip to content

Commit 2350606

Browse files
authored
Merge pull request #1631 from SpiNNakerManchester/size
vertex have n_atoms not size
2 parents 0823541 + 1e64087 commit 2350606

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spynnaker/pyNN/models/neuron/population_vertex.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -879,13 +879,6 @@ def atoms_shape(self) -> Tuple[int, ...]:
879879
return self.__structure.calculate_size(self.__n_atoms)
880880
return super().atoms_shape
881881

882-
@property
883-
def size(self) -> int:
884-
"""
885-
The number of neurons in the vertex.
886-
"""
887-
return self.__n_atoms
888-
889882
@property
890883
def incoming_spike_buffer_size(self) -> int:
891884
"""

0 commit comments

Comments
 (0)