diff --git a/src/votekit/ballot_generator.py b/src/votekit/ballot_generator.py index 07c8195..3e500f8 100644 --- a/src/votekit/ballot_generator.py +++ b/src/votekit/ballot_generator.py @@ -151,7 +151,7 @@ def _construct_preference_interval( if "bloc_voter_prop" not in data: data["bloc_voter_prop"] = bloc_voter_prop - if cls == AlternatingCrossover: + if cls == AlternatingCrossover or cls == SlatePreference: generator = cls( slate_to_candidates=slate_to_candidates, cohesion_parameters=cohesion,