Thanks! Phil
On Wed, Aug 17, 2022 at 12:05 PM Daniel Gruno <humbed...@apache.org> wrote: > On 17/08/2022 20.24, Phil Steitz wrote: > > Hey all, > > > > I have been using the stv plugin in Steve to run STV votes for > > prioritization based on csv vote data that I get into the format needed > by > > the plugin. I have been able to get this to work, but only using the > > "version 1" vote format which ends up using unprintable characters beyond > > a-z. One thing I can't figure out is how the "version 2" vote format > > works. Based on comments and some of the code, it looks like It expects > > votes like "AAACAF..." but when I do that I get a key error when running > > the vote that looks like it is just picking up "A". Is this not > > implemented fully yet? > > > > Phil > > > > > v2 uses whitespace or commas to separate individual candidates. > in v1 (max 26 candidates): ABCDEF > in v2 (max 676 candidates): AA AB AC AD AE AF > > >