diff --git a/spinnman/transceiver.py b/spinnman/transceiver.py index 5f58a9b7c..acc9fadd6 100644 --- a/spinnman/transceiver.py +++ b/spinnman/transceiver.py @@ -647,8 +647,6 @@ def ensure_board_is_ready(self, n_retries=5, extra_boot_values=None): transceiver. Boots the board if not already booted and verifies that the version of SCAMP running is compatible with this transceiver. - :param number_of_boards: - this parameter is deprecated and will be ignored :param int n_retries: The number of times to retry booting :param dict(SystemVariableDefinition,object) extra_boot_values: Any additional or overwrite values to set during boot.