Skip to content

Commit

Permalink
Merge pull request #400 from SpiNNakerManchester/version248
Browse files Browse the repository at this point in the history
refactor get_physical_string
  • Loading branch information
rowleya authored Apr 30, 2024
2 parents 3ec642c + b0e4739 commit cdfc5e4
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 cdfc5e4

Please sign in to comment.