Skip to content

Commit

Permalink
XY as a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 2, 2024
1 parent 1f70362 commit 30228ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/messages/sdp/sdp_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_physical_cpu_id(self) -> str:
:rtype: str
"""
return SpiNNManDataView.get_physical_core_string(
self._destination_chip_x, self._destination_chip_y,
(self._destination_chip_x, self._destination_chip_y),
self._destination_cpu)

def update_for_send(self, source_x: int, source_y: int):
Expand Down

0 comments on commit 30228ff

Please sign in to comment.