From 574bdc59de813c01ac90a066e50eecb2b9943879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20P=2E=20P=C3=A9ba=C3=BF?= Date: Fri, 13 Oct 2023 16:58:04 -0400 Subject: [PATCH] #446: fixed typo --- src/lbaf/Execution/lbsInformAndTransferAlgorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lbaf/Execution/lbsInformAndTransferAlgorithm.py b/src/lbaf/Execution/lbsInformAndTransferAlgorithm.py index 3b076c54e..9a3daee87 100644 --- a/src/lbaf/Execution/lbsInformAndTransferAlgorithm.py +++ b/src/lbaf/Execution/lbsInformAndTransferAlgorithm.py @@ -185,7 +185,7 @@ def execute(self, p_id: int, phases: list, distributions: dict, statistics: dict # Set phase to be used by transfer criterion self.__transfer_criterion.set_phase(self._rebalanced_phase) - # Retrieve totat work from computed statistics + # Retrieve total work from computed statistics total_work = statistics["total work"][-1] # Perform requested number of load-balancing iterations