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

Miscounting of first votes #5

Open
Ads20000 opened this issue Oct 1, 2017 · 2 comments
Open

Miscounting of first votes #5

Ads20000 opened this issue Oct 1, 2017 · 2 comments

Comments

@Ads20000
Copy link

Ads20000 commented Oct 1, 2017

Candidates:

Ubers
Monotype
Random Battle
AAA
MnM
OU
Gen 3 OU
1v1
NU
RU
LC
UU
DOU
DUU
VGC 2017

Ballots (these are wrong but had to put them in like this to test past #4):

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
6, 7, 8, 9, 10, 2, 11, 12, 1, 3, 4, 5, 13, 14, 15
13, 14, 3, 6, 15, 12, 1, 2, 4, 5, 7, 8, 9, 10, 11

Should give:

Ubers: 1
Monotype: 0
Random Battle: 0
AAA: 0
MnM: 0
OU: 1
Gen 3 OU: 0
1v1: 0
NU: 0
RU: 0
LC: 0
UU: 0
DOU: 1
DUU: 0
VGC 2017: 0

But it actually gives:

Ubers: 1
Monotype: 0
Random Battle: 0
AAA: 0
MnM: 0
OU: 0
Gen 3 OU: 1
1v1: 0
NU: 1
RU: 0
LC: 0
UU: 0
DOU: 0
DUU: 0
VGC 2017: 0

You may need to resubmit the results to reproduce this bug.

@PeterTheOne
Copy link
Owner

Thanks for reporting this, but it looks fine to me:

_1, _2, _3, _4, _5, _6, _7, _8, _9, 10, 11, 12, 13, 14, 15 <- Ubers is first
_6, _7, _8, _9, 10, _2, 11, 12, _1, _3, _4, _5, 13, 14, 15 <- NU is first
13, 14, _3, _6, 15, 12, _1, _2, _4, _5, _7, _8, _9, 10, 11 <- Gen 3 OU is first

(underscores just for spacing, bold for 'first votes')

I know that ballot input is unfortunately counterintuitive, because it is optimized for manual data entry. :(

I can explain in more detail if you like.

@PeterTheOne
Copy link
Owner

maybe the explanation in #1 helps. I'm still looking for concrete improvement suggestions.

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

2 participants