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

Voters give candidates the same pos for preference voting #14

Closed
bigolol opened this issue Mar 9, 2017 · 3 comments
Closed

Voters give candidates the same pos for preference voting #14

bigolol opened this issue Mar 9, 2017 · 3 comments
Labels

Comments

@bigolol
Copy link
Contributor

bigolol commented Mar 9, 2017

I tried a very simple voting method which simply returned 0. Then I used ELECT1 != ELECT2 as a postprop. In the counter example, all voters had placed every candidate at spot 0.

@Skypr
Copy link
Contributor

Skypr commented Mar 9, 2017

I tried it, but for me all results seem valid

@ghost ghost self-assigned this Mar 10, 2017
@ghost
Copy link

ghost commented Mar 11, 2017

I can recreate the problem. I'm now trying to fix it

@ghost ghost added the bug label Mar 11, 2017
@ghost
Copy link

ghost commented Mar 11, 2017

fixed with 1.4.07
The Bug was happening because of a wrong code from me and because of the use of "magic strings" in the ElectionTemplateHolder class.
I will issue an improvement to use an enum for this an not strings.

@ghost ghost closed this as completed Mar 11, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants