Skip to content

Commit

Permalink
this can not be why
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibson517 committed Nov 16, 2023
1 parent a0532a9 commit e036a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ballot_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def group_elements_by_mapping(element_list, mapping):
bloc_voter_prop=bloc_voter_prop,
slate_to_candidates=slate_to_candidate,
cohesion_parameters=cohesion_parameters,
).generate_profile(number_of_ballots)
).generate_profile(number_of_ballots=number_of_ballots)

# Test
assert do_ballot_probs_match_ballot_dist(
Expand Down

0 comments on commit e036a1e

Please sign in to comment.