Fix whitespace
This commit is contained in:
parent
7e8fdaa510
commit
351dccf9e2
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ def attempt_create_groups(matchees: list[Member],
|
||||||
# Progressing through the groups like this ensures we slowly fill them up with compatible people
|
# Progressing through the groups like this ensures we slowly fill them up with compatible people
|
||||||
scores: list[tuple[int, int]] = []
|
scores: list[tuple[int, int]] = []
|
||||||
for group in groups:
|
for group in groups:
|
||||||
|
|
||||||
score = get_member_group_eligibility_score(
|
score = get_member_group_eligibility_score(
|
||||||
matchee, group, relevant_matches, num_groups)
|
matchee, group, relevant_matches, num_groups)
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ def members_to_groups(matchees: list[Member],
|
||||||
|
|
||||||
# Have a few attempts before stepping forward in time
|
# Have a few attempts before stepping forward in time
|
||||||
for _ in range(_ATTEMPTS_PER_TIMESTEP):
|
for _ in range(_ATTEMPTS_PER_TIMESTEP):
|
||||||
|
|
||||||
rand.shuffle(matchees) # Shuffle the matchees each attempt
|
rand.shuffle(matchees) # Shuffle the matchees each attempt
|
||||||
|
|
||||||
attempts += 1
|
attempts += 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue