Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Droop quota inconsistency #17

Open
aleifer opened this issue Dec 9, 2021 · 0 comments
Open

Droop quota inconsistency #17

aleifer opened this issue Dec 9, 2021 · 0 comments

Comments

@aleifer
Copy link

aleifer commented Dec 9, 2021

There appears to be an inconsistency in the implementation of the droop quota. The readme states:

droop_quota = votes/(seats+1) + 1

But the code in multiple_seat_ranking_methods.py and the associated inline documentation use a different definition that omits the additional +1:

votes_needed_to_win: float = voters / float((seats + 1)) # Drop quota

From the inline documentation (line 139):

   droop_quota = votes/(seats+1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant