Skip to content

Commit

Permalink
#446: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Oct 19, 2023
1 parent 7d52673 commit 45d8496
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lbaf/Execution/lbsClusteringTransferStrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def execute(self, known_peers, phase: Phase, ave_load: float):
# In non-deterministic case skip subclustering when swaps passed
if not self._deterministic_transfer:
continue

# Iterate over subclusters only when no swaps were possible
for o_src in self.__build_rank_subclusters(
self.__build_rank_clusters(r_src, False).values(), r_src.get_load()):
Expand Down Expand Up @@ -204,4 +204,3 @@ def execute(self, known_peers, phase: Phase, ave_load: float):

# Return object transfer counts
return len(ranks) - len(rank_targets), self._n_transfers, self._n_rejects

0 comments on commit 45d8496

Please sign in to comment.