Open nathanllww opened 2 years ago
I actually kinda want to remove this feature (or at least hide the feature when running python -m irv
), because for slivka elections, remove_exhausted_ballots=False
. I think for now I can take it off the main.py interface, and we can backlog tests for --reb
.
If I'm looking at the tests correct, all the IRV tests have
remove_exhausted_ballots=False
. Since we support the--reb
flag, we should probably have tests for it.