skidooesy / stv

Automatically exported from code.google.com/p/stv
0 stars 0 forks source link

Ballots.appendBallot doesn't append withdrawn ballots #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks to me like the code for appendBallots in ballots.py doesn't do
anything with the withdrawn ballots from the appended file.

Original issue reported on code.google.com by schneck on 23 Aug 2009 at 5:38

GoogleCodeExporter commented 8 years ago
Could you please explain more as to what the problem is?  

There isn't a concept of withdrawn ballots -- only withdrawn candidates.  I 
don't
think appendBallots should do anything with respect to withdrawn candidates but 
let
me know if you think otherwise.  AppendBallots should probably check to make 
sure
that both files specify the same list of withdrawn candidates though before 
allowing
the ballots to be appended.

Original comment by jeff.oneill on 24 Aug 2009 at 3:07

GoogleCodeExporter commented 8 years ago
Sorry for the confusion---I meant withdrawn candidates.  I had thought maybe the
withdrawn candidates should be concatenated, but checking for the same list is 
fine.

Original comment by schneck on 26 Aug 2009 at 2:37

GoogleCodeExporter commented 8 years ago

Original comment by jeff.oneill on 28 Aug 2009 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by jeff.oneill on 21 Sep 2009 at 2:45

GoogleCodeExporter commented 8 years ago

Original comment by jeff.oneill on 21 Sep 2009 at 3:13