Skip to content

Commit

Permalink
fix errors/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Jul 23, 2024
1 parent ffad0b5 commit 0cae788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/perl/kr2/lib/PrefVote/KR2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ sub compute_condorcet
my $self = shift;

# TODO
return;
}

# count votes using Kluft Rank-Rate method
Expand All @@ -177,7 +178,7 @@ sub count
$self->tally_preferences();

# compute Condorcet result ordering
$self->compute_condorcet()
$self->compute_condorcet();

# save per-candidate final results in PrefVote::Core's choice_to_result map
$self->save_c2r( winners => $self->winners() );
Expand Down

0 comments on commit 0cae788

Please sign in to comment.