Skip to content

Commit

Permalink
Update stv.py to maybe stop unecessary tie?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 authored Mar 5, 2024
1 parent ea9ff58 commit af49863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion votes/stv.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def round(self):
self._log(scores, wastage, quota)
return

if surplus == 0 or surplus >= self.previous_surplus:
if surplus == 0:
# B3
sorted_results = sorted(
filter(lambda x: x[0].status == States.HOPEFUL, scores.items()),
Expand Down

0 comments on commit af49863

Please sign in to comment.