Fix bug in ERS97 implementation
Do not attempt to elect candidates already elected
This commit is contained in:
parent
14b1dfb787
commit
04f1b9c177
@ -597,6 +597,7 @@ class BaseSTVCounter:
|
||||
if self.options['quota_mode'] == 'ers97':
|
||||
self.compute_quota()
|
||||
self.elect_meeting_quota() # Repeat as the vote required for election may have changed
|
||||
return
|
||||
|
||||
# -----------------
|
||||
# UTILITY FUNCTIONS
|
||||
|
Reference in New Issue
Block a user