Skip to content

Added filter step to the cartesian product campaign. #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RobbeDGreef
Copy link
Collaborator

@RobbeDGreef RobbeDGreef commented Apr 28, 2025

This filter step can be used to remove any variable combinations which you do not want to use.

def filter_unwanted(variables):
    return True
    
CampaignCartesianProduct(
    ...
    filter_func=filter_unwanted
)

This filter step can be used to remove any variable combinations which you do not want to use.
@apaolillo
Copy link
Collaborator

that's a great idea! Could you add a small example of your filter in tests/campaigns/? You can use the examples there as inspiration/base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants