Skip to content

Commit

Permalink
rating level 1 needs neutral keyword too
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Dec 1, 2023
1 parent ed65dc4 commit e16a6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perl/kr2/lib/PrefVote/KR2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __PACKAGE__->ballot_input_ties_policy(1); # set flag for Core: this class all

# rating levels
Readonly::Hash my %rating_levels => (
1 => [],
1 => [ qw(neutral) ],
3 => [ qw(favor neutral oppose) ],
5 => [ qw(favor2 favor1 neutral oppose1 oppose2) ],
);
Expand Down

0 comments on commit e16a6b5

Please sign in to comment.