Skip to content

Commit

Permalink
#441: change r to rank
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Oct 12, 2023
1 parent b213f5c commit 29900f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/Execution/lbsInformAndTransferAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __execute_information_stage(self):
# Report on known peers when requested
for rank in rank_set:
self._logger.debug(
f"Peers known to rank {r.get_id()}: {[r_k.get_id() for r_k in k_p]}")
f"Peers known to rank {rank.get_id()}: {[r_k.get_id() for r_k in k_p]}")

# Report on final know information ratio
n_k = sum([len(k_p) for k_p in self.__known_peers.values() if k_p]) / n_r
Expand Down

0 comments on commit 29900f0

Please sign in to comment.