You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the _get_optimal_draw scenario 2. If one runner_up has more than one least winner. Use min(teams, key=teams.get) only can return the first one.
I think we can randomly return one of the least winner in the code if the candidate is more than only one.
The text was updated successfully, but these errors were encountered:
In the _get_optimal_draw scenario 2. If one runner_up has more than one least winner. Use min(teams, key=teams.get) only can return the first one.
I think we can randomly return one of the least winner in the code if the candidate is more than only one.
The text was updated successfully, but these errors were encountered: