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

Added test data for replicating issue #143. #190

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Tiny Plurality Example Contest 1,5.10.11.24,,,,,,,,,,,
,,,,,,,PluralityExample1 (Vote For=1),PluralityExample1 (Vote For=1),PluralityExample1 (Vote For=1),PluralityExample2 (Vote For=2),PluralityExample2 (Vote For=2),PluralityExample2 (Vote For=2)
,,,,,,,Diego,Eli,Farhad,Gertrude,Ho,Imogen
CvrNumber,TabulatorNum,BatchId,RecordId,ImprintedId,PrecinctPortion,BallotType,,,,,,
1,1,1,1,1-1-1,Precinct 1,Ballot 1 - Type 1,1,0,0,1,0,1
2,1,1,2,1-1-2,Precinct 1,Ballot 1 - Type 1,0,0,1,0,0,1
3,1,1,3,1-1-3,Precinct 1,Ballot 1 - Type 1,0,0,1,1,1,0
4,1,1,4,1-1-4,Precinct 1,Ballot 1 - Type 1,0,0,1,1,1,0
5,1,1,5,1-1-5,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
6,1,1,6,1-1-6,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
7,1,1,7,1-1-7,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
8,1,1,8,1-1-8,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
9,1,1,9,1-1-9,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
10,1,1,10,1-1-10,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b71abe4140d87d68afd5741e84756f999307cb7e6ba1eb0843846cf9c3527f3 Plurality1And2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Tiny IRV Example Contest 1,5.10.11.24,,,,,,,,,,,
,,,,,,,PluralityTiedExample (Vote For=1),PluralityTiedExample (Vote For=1),PluralityTiedExample (Vote For=1),PluralityExample2 (Vote For=2),PluralityExample2 (Vote For=2),PluralityExample2 (Vote For=2)
,,,,,,,Diego,Eli,Farhad,Gertrude,Ho,Imogen
CvrNumber,TabulatorNum,BatchId,RecordId,ImprintedId,PrecinctPortion,BallotType,,,,,,
1,1,1,1,1-1-1,Precinct 1,Ballot 1 - Type 1,0,0,0,1,0,1
2,1,1,2,1-1-2,Precinct 1,Ballot 1 - Type 1,0,0,1,0,0,1
3,1,1,3,1-1-3,Precinct 1,Ballot 1 - Type 1,0,0,1,1,1,0
4,1,1,4,1-1-4,Precinct 1,Ballot 1 - Type 1,0,0,1,1,1,0
5,1,1,5,1-1-5,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
6,1,1,6,1-1-6,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
7,1,1,7,1-1-7,Precinct 1,Ballot 1 - Type 1,1,0,0,1,1,0
8,1,1,8,1-1-8,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
9,1,1,9,1-1-9,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
10,1,1,10,1-1-10,Precinct 1,Ballot 1 - Type 1,0,1,0,1,1,0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9d334367af068d83681f3658250567066bb1490c92dd2d387a7ef26ac80bbfd5 PluralityTiedAnd2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CountyID,ScannerID,BatchID,NumBallots,StorageLocation
TestCounty,1,1,10,Bin 1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5d602a0a0b2bc51a2e9f1f6efd8650fdd748e4fdd8268104a43a633588a998c3 ThreeCandidatesTenVotes_Manifest.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CountyName,ContestName,ContestChoices
Boulder,City of Boulder Mayoral,"Aaron Brockett,Nicole Speer,Bob Yates,Paul Tweedlie,"
Adams,TinyExample1,"Alice, Bob, Chuan"
Adams,PluralityExample1,"Diego, Eli, Farhad"
Adams,PluralityExample2,"Gertrude, Ho, Imogen"
Adams,Example3,"A,B,C,D"
Loading