Skip to content

Commit

Permalink
Merge pull request #126 from wesholliday/main
Browse files Browse the repository at this point in the history
Adding missing return to single_voter_resolvability
  • Loading branch information
epacuit authored Jan 7, 2025
2 parents 92c0e86 + c4f4066 commit 08c6b45
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 08c6b45

Please sign in to comment.