Skip to content

Commit b11fcb5

Browse files
committed
i: numpy.integer
1 parent bb5f62e commit b11fcb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker/pyNN/models/spike_source/spike_source_poisson_machine_vertex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_n_rates(vertex_slice: Slice, rate_data: Sequence[Sized]) -> int:
8888
"""
8989
How many rates there are to be stored in total.
9090
"""
91-
i: int
91+
i: numpy.integer
9292
for i in vertex_slice.get_raster_ids():
9393
print(i)
9494
return sum(len(rate_data[i]) for i in vertex_slice.get_raster_ids())

0 commit comments

Comments
 (0)