From 0f0aceaa487462c1c924811fe30e0ebc4666b666 Mon Sep 17 00:00:00 2001 From: danielSanchezQ <3danimanimal@gmail.com> Date: Thu, 3 Jul 2025 13:04:43 +0000 Subject: [PATCH] Typos --- da/assignations/refill.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/da/assignations/refill.py b/da/assignations/refill.py index a2b3c41..1e41e83 100644 --- a/da/assignations/refill.py +++ b/da/assignations/refill.py @@ -62,10 +62,10 @@ def fill_subnetworks( are_subnetworks_filled_up_to_replication_factor(subnetworks, replication_factor) and all_nodes_are_assigned(available_nodes, average_participation) ): - # take fewer participants subnetwork + # take the fewest participants subnetwork subnetwork = heappop(subnetworks) - # take less participation declaration not included in the subnetwork + # take the declaration with the lowest participation that is not included in the subnetwork participant = heappop_next_for_subnetwork(subnetwork, available_nodes) # fill into subnetwork