Skip to content

Commit

Permalink
refactor get_physical_string
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 29, 2024
1 parent 3ec642c commit b0e4739
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 @@ -330,7 +330,7 @@ def get_physical_cpu_id(self) -> str:
:rtype: str
"""
return SpiNNManDataView.get_physical_core_string(
return SpiNNManDataView.get_physical_string(
(self._destination_chip_x, self._destination_chip_y),
self._destination_cpu)

Expand Down

0 comments on commit b0e4739

Please sign in to comment.