From b0e4739ff7967692395926684ff81ee397ea0acc Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 29 Apr 2024 15:31:06 +0100 Subject: [PATCH] refactor get_physical_string --- spinnman/messages/sdp/sdp_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnman/messages/sdp/sdp_header.py b/spinnman/messages/sdp/sdp_header.py index 538855a63..4afdb35d1 100644 --- a/spinnman/messages/sdp/sdp_header.py +++ b/spinnman/messages/sdp/sdp_header.py @@ -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)