From 97a776ff79c2e70102dacad25395c48bf8db68e4 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 2 Jun 2021 22:43:16 +1000 Subject: [PATCH] Fix bug with --exclusion single_stage --- src/stv/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stv/mod.rs b/src/stv/mod.rs index 3559e14..fa76ade 100644 --- a/src/stv/mod.rs +++ b/src/stv/mod.rs @@ -672,6 +672,7 @@ where ExclusionMethod::SingleStage => { // Exclude in one round votes = count_card.parcels.concat(); + count_card.parcels.clear(); votes_remain = false; } ExclusionMethod::ByValue => {