You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described by @artoonie in this comment on #679, we currently read the CVRs twice: once to get the total number of ballots for the validation modal and again during the Tabulation. Let's think about how to avoid doing that.
Some things to think about....
Multi-winner IRV currently reads the CVRs in for each round, excluding the winner of the previous "contest." This will need to be addressed.
We should use LoadedCvrMetadata to store hashes of the files and confirm during runtime that the CVRs haven't changed since they were used to get the ballot count. If they have been changed, we should require re-running the ballot count.
The text was updated successfully, but these errors were encountered:
As described by @artoonie in this comment on #679, we currently read the CVRs twice: once to get the total number of ballots for the validation modal and again during the Tabulation. Let's think about how to avoid doing that.
Some things to think about....
LoadedCvrMetadata
to store hashes of the files and confirm during runtime that the CVRs haven't changed since they were used to get the ballot count. If they have been changed, we should require re-running the ballot count.The text was updated successfully, but these errors were encountered: