There was an error while loading. Please reload this page.
1 parent c75fbca commit bb9627bCopy full SHA for bb9627b
1 file changed
spynnaker/pyNN/spinnaker.py
@@ -398,11 +398,11 @@ def _do_provenance_reports(self) -> None:
398
399
@overrides(AbstractSpinnakerBase._execute_graph_provenance)
400
def _execute_graph_provenance(self) -> None:
401
- with FecTimer("Graph provenance" , TimerWork.OTHER) as timer:
+ with FecTimer("Graph provenance", TimerWork.OTHER) as timer:
402
if timer.skip_if_cfg_false("Reports",
403
"read_graph_provenance_data"):
404
return
405
- for partition in self._iterate_partitions():
+ for partition in self._data_writer._iterate_partitions():
406
for edge in partition.edges:
407
if isinstance(edge, ProjectionApplicationEdge):
408
edge.get_local_provenance_data()
0 commit comments