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 multiple optional parameters #8

Open
karoliskoncevicius opened this issue Jul 6, 2019 · 0 comments
Open

Allow multiple optional parameters #8

karoliskoncevicius opened this issue Jul 6, 2019 · 0 comments

Comments

@karoliskoncevicius
Copy link
Owner

Right now parameters are expanded only in a few special cases. For example when x has 10 rows and y has 1 row - y will be repeated 10 times to match x.

We can add this for other parameters as well, like conf.level. This would allow running same test on the same input with different confidence levels in parallel.

@karoliskoncevicius karoliskoncevicius changed the title Allow single row of main parameters with multiple optional parameters Allow multiple optional parameters Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant