-
Notifications
You must be signed in to change notification settings - Fork 41
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
Store election test data in common format (e.g., EML, P1622). #11
Comments
I served on P1622 for a while, prior and just into, when we/it decided to However, it's probably adequate to address only a fairly small subset of On Tue, Mar 4, 2014 at 11:11 AM, Karl Fogel [email protected]:
Keeping medicines from the bloodstreams of the sick; food |
Thanks for the background. So, it sounds like EML is the way to go, not P1622. Yeah, I'd simply assumed we'd only be implementing the subset of EML (or for that matter of P1622) that we need. After all, we don't need to parse arbitrary data, we only need to parse our data, and know that our data will be parseable by anyone else who has implemented at least the same subset of the standard that we did. |
The P1622 recommendation simply IS EML. For a while we were considering At some obscure edges, IEEE P1622 has some recommendations for some On Tue, Mar 4, 2014 at 7:22 PM, Karl Fogel [email protected] wrote:
Keeping medicines from the bloodstreams of the sick; food |
Ahhh. I had thought P1622 was its own format, or attempt at a format. You're saying (I think) that it's rather a working group that, while they perhaps contemplated making their own format, decided after surveying the landscape that EML is the way to go, and now they just recommend that. (Possibly with obscure additions that will be of no concern to us.) Gotcha, and thanks for clarifying. |
Yep... you have it exactly correct, Karl. On Tue, Mar 4, 2014 at 8:57 PM, Karl Fogel [email protected] wrote:
Keeping medicines from the bloodstreams of the sick; food |
Instead of having test data built into the code in
modules/ranking_algorithms.py
(see the test_* functions toward the end), we should keep test ballots and expected results separate, in a commonly-used format, so that we can more easily compare the results of E-Vote's implementations of voting algorithms against other voting systems, and vice versa.Some candidates
The text was updated successfully, but these errors were encountered: