Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 17, 2023
1 parent 1ad6b46 commit d4beb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spinnman/transceiver/base_transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ def get_cpu_infos(
process = GetExcludeCPUInfoProcess(
self._scamp_connection_selector, state_set)

cpu_info = process.get_cpu_info(core_subsets)
return cpu_info

@overrides(Transceiver.get_clock_drift)
def get_clock_drift(self, x: int, y: int) -> float:
DRIFT_FP = 1 << 17
Expand Down

0 comments on commit d4beb23

Please sign in to comment.