Skip to content

Commit

Permalink
define _progress in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 18, 2023
1 parent 4d98273 commit b60d9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinnman/processes/get_machine_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def __init__(self, connection_selector: ConnectionSelector):
# Maps between virtual and physical cores
self._virtual_to_physical_map: Dict[XY, bytes] = dict()
self._physical_to_virtual_map: Dict[XY, bytes] = dict()
self._progress: ProgressBar = None

def _make_chip(self, chip_info: ChipSummaryInfo, machine: Machine) -> Chip:
"""
Expand Down

0 comments on commit b60d9f6

Please sign in to comment.