Skip to content

Commit

Permalink
Added test data for replicating issue #143.
Browse files Browse the repository at this point in the history
  • Loading branch information
vteague committed Aug 25, 2024
1 parent 232e962 commit 8e51a74
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 0 deletions.
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"

0 comments on commit 8e51a74

Please sign in to comment.