Skip to content

Commit

Permalink
ENH: adjust Dominion tests for ID format with dashes instead of under…
Browse files Browse the repository at this point in the history
…scores
  • Loading branch information
pbstark committed Dec 3, 2024
1 parent b2c6ae0 commit 7e542b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shangrla/formats/Dominion.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def read_cvrs(
Returns:
--------
cvr_list: list of CVR objects, with additional fields, viz,
`id=str(c["TabulatorId"]) + "_" + str(c["BatchId"]) + "_" + str(record_id)`
`tally_pool=str(c["TabulatorId"]) + "_" + str(c["BatchId"])`
`id=str(c["TabulatorId"]) + "-" + str(c["BatchId"]) + "-" + str(record_id)`
`tally_pool=str(c["TabulatorId"]) + "-" + str(c["BatchId"])`
`pool=(c["CountingGroupId"] in pool_groups)`
"""
Expand Down

0 comments on commit 7e542b5

Please sign in to comment.