Skip to content
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

Allow unordered conditions #24

Open
halleysfifthinc opened this issue Jun 23, 2022 · 0 comments
Open

Allow unordered conditions #24

halleysfifthinc opened this issue Jun 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@halleysfifthinc
Copy link
Collaborator

TrialConditions currently requires the condition names to be given in the order they must appear in filenames/paths. Originally, the single regex used to match all conditions forced a strict ordering, but the new(ish) extract_conditions could be modified to allow a more relaxed ordering. One implementation idea to control scope/complexity would be to add a wrapper type (e.g. Unordered or something) so that the relaxed ordering could be limited to a few conditions, e.g. [:subject,Unordered([:arms, :kind])].

@halleysfifthinc halleysfifthinc added the enhancement New feature or request label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant