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
Parsing works fine for STV CVRs. However, we need to check that all the rest of the workflow also still works.
The STV contests should be entirely dropped, so I can't see any way for that to cause subsequent trouble. However, there is one possible state that STV creates, which otherwise isn't reachable, which is the state in which a county has uploaded a file that doesn't have any contests.
(If you try to do this with a plain blank file it throws an ArrayIndexOutOfBounds exception.)
So there are two parts to this card:
Check that all workflows still work if a county has uploaded an all-STV (and hence effectively blank) CSV.
Check with CDOS whether this is expected behaviour, or whether it should instead throw an error (like the non-STV case).
The text was updated successfully, but these errors were encountered:
Parsing works fine for STV CVRs. However, we need to check that all the rest of the workflow also still works.
The STV contests should be entirely dropped, so I can't see any way for that to cause subsequent trouble. However, there is one possible state that STV creates, which otherwise isn't reachable, which is the state in which a county has uploaded a file that doesn't have any contests.
(If you try to do this with a plain blank file it throws an ArrayIndexOutOfBounds exception.)
So there are two parts to this card:
The text was updated successfully, but these errors were encountered: