Skip to content

Commit

Permalink
Adding missing return to single_voter_resolvability
Browse files Browse the repository at this point in the history
  • Loading branch information
wesholliday committed Jan 7, 2025
1 parent 7d22f38 commit c4f4066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pref_voting/variable_voter_axioms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,8 @@ def has_single_voter_resolvability_violation(prof, vm, verbose=False):
return True

return False

return False

def find_all_single_voter_resolvability_violations(prof, vm, verbose=False):
"""
Expand Down

0 comments on commit c4f4066

Please sign in to comment.