Skip to content

Commit bb5f62e

Browse files
committed
test
1 parent db81b4b commit bb5f62e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spynnaker/pyNN/models/spike_source/spike_source_poisson_machine_vertex.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ 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
92+
for i in vertex_slice.get_raster_ids():
93+
print(i)
9194
return sum(len(rate_data[i]) for i in vertex_slice.get_raster_ids())
9295

9396

0 commit comments

Comments
 (0)