-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
output folder DNE fix and audit log addition (#847)
* output folder DNE fix and audit log addition * fix broken test * fix compilation error * Improve code clarity; minor refactoring. * lint --------- Co-authored-by: Armin Samii <armin.samii@gmail.com> Co-authored-by: HEdingfield <hylton@groupagree.com>
- Loading branch information
1 parent
9db43dc
commit 04a3835
Showing
3 changed files
with
89 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 32 additions & 32 deletions
64
...tspots/rcv/test_data/csv_missing_header_test/csv_missing_header_test_expected_summary.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
Contest Information | ||
Generated By,RCTab 1.3.999 | ||
CSV Format Version,1 | ||
Type of Election,Single-Winner | ||
Contest,Missing Header CSV Test | ||
Jurisdiction,"Portland, ME" | ||
Office,Mayor | ||
Date,2024-06-14 | ||
Winner(s),Cucumber | ||
Final Threshold,14 | ||
Contest Summary | ||
Number to be Elected,1 | ||
Number of Candidates,5 | ||
Total Number of Ballots,26 | ||
Number of Undervotes,0 | ||
Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer | ||
Eliminated,Undeclared Write-ins,,,Broccoli,,,Cauliflower,,,,, | ||
Elected,,,,,,,,,,Cucumber,, | ||
Cucumber,8,30.76%,2,10,38.46%,0,10,38.46%,4,14,53.84%,0 | ||
Lettuce,5,19.23%,2,7,26.92%,3,10,38.46%,2,12,46.15%,0 | ||
Cauliflower,4,15.38%,1,5,19.23%,1,6,23.07%,-6,0,0.0%,0 | ||
Broccoli,3,11.53%,1,4,15.38%,-4,0,0.0%,0,0,0.0%,0 | ||
Undeclared Write-ins,6,23.07%,-6,0,0.0%,0,0,0.0%,0,0,0.0%,0 | ||
Active Ballots,26,,,26,,,26,,,26,, | ||
Current Round Threshold,14,,,14,,,14,,,14,, | ||
Inactive Ballots by Overvotes,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Skipped Rankings,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Exhausted Choices,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Repeated Rankings,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots Total,0,,0,0,,0,0,,0,0,,0 | ||
Contest Information | ||
Generated By,RCTab 1.3.999 | ||
CSV Format Version,1 | ||
Type of Election,Single-Winner | ||
Contest,Missing Header CSV Test | ||
Jurisdiction,"Portland, ME" | ||
Office,Mayor | ||
Date,2024-06-14 | ||
Winner(s),Cucumber | ||
Final Threshold,14 | ||
|
||
Contest Summary | ||
Number to be Elected,1 | ||
Number of Candidates,5 | ||
Total Number of Ballots,26 | ||
Number of Undervotes,0 | ||
|
||
Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer | ||
Eliminated,Undeclared Write-ins,,,Broccoli,,,Cauliflower,,,,, | ||
Elected,,,,,,,,,,Cucumber,, | ||
Cucumber,8,30.76%,2,10,38.46%,0,10,38.46%,4,14,53.84%,0 | ||
Lettuce,5,19.23%,2,7,26.92%,3,10,38.46%,2,12,46.15%,0 | ||
Cauliflower,4,15.38%,1,5,19.23%,1,6,23.07%,-6,0,0.0%,0 | ||
Broccoli,3,11.53%,1,4,15.38%,-4,0,0.0%,0,0,0.0%,0 | ||
Undeclared Write-ins,6,23.07%,-6,0,0.0%,0,0,0.0%,0,0,0.0%,0 | ||
Active Ballots,26,,,26,,,26,,,26,, | ||
Current Round Threshold,14,,,14,,,14,,,14,, | ||
Inactive Ballots by Overvotes,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Skipped Rankings,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Exhausted Choices,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots by Repeated Rankings,0,,0,0,,0,0,,0,0,,0 | ||
Inactive Ballots Total,0,,0,0,,0,0,,0,0,,0 |