-
Notifications
You must be signed in to change notification settings - Fork 12
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
Using placeholders doesn't work #4
Comments
Thanks for opening this Issue!
is correct because your highest ranked candidate uses a
produces an error because your lowest number is
I hope this clears things up, feel free to ask more. Do you think it should be allowed to enter |
Edit: Wait ignore all that! I think I get it with your answer to #5 . The places on the ballot are given numbered ranks, that makes more sense. I'm guessing a better GUI could be made for this, but yeah that works for text entry. In the absence of a better GUI perhaps the text entry should be better explained? I agree with the super strict version, it's forced me to realize how I was doing things wrong. |
This answer helped me locate the problem with our fifth ballot, which read 1, , ,4,3, , , . I hadn't noticed among all the other lines that this line missed a ranking. I thought the correction would probably read 1, , ,3,2, , , - but actually we had missed a candidate selection! The corrected line read 1, , ,4,3,2, , , and then the IRV proceeded without hiccup. : ) |
I've ticked the box for allowing incomplete ballots, I've put the ballots in as follows (there are 15 candidates)
But get the error
In Ballot #2 one or more numbers are left out.
Why?
The text was updated successfully, but these errors were encountered: