Skip to content

Commit

Permalink
Use the right arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 10, 2024
1 parent fa8a608 commit 434c200
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ def generate_data_specification(
spec.comment("\n*** Spec for Delay Extension Instance ***\n\n")

routing_infos = SpynnakerDataView.get_routing_infos()
key = routing_infos.get_single_first_key_from_pre_vertex(
vertex, self.app_vertex.partition.identifier)
key = routing_infos.get_single_first_key_from_pre_vertex(vertex)

srcs = self.app_vertex.source_vertex.splitter.get_out_going_vertices(
self.app_vertex.partition.identifier)
Expand Down

0 comments on commit 434c200

Please sign in to comment.