Skip to content

Commit

Permalink
ENH: logic for SF treatment of multiple ranks assigned to same candid…
Browse files Browse the repository at this point in the history
…ate in IRV
  • Loading branch information
pbstark committed Nov 13, 2024
1 parent 296be1d commit 928eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shangrla/formats/Dominion.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def read_cvrs(
)
else:
contest_votes[str(mark["CandidateId"])] = mark["Rank"]
votes[str(con["Id"])] = contest_votes
votes[str(con["Id"])] = contest_votes
# If RecordId is obfuscated, extract it from the ImageMask
record_id = c["RecordId"]
if record_id == "X":
Expand Down

0 comments on commit 928eca3

Please sign in to comment.