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

It is not possible to have zero-weight meta tests unless other tests have weights greater than 1 #275

Open
martinmladenov opened this issue Jul 22, 2024 · 0 comments
Labels
bug Something isn't working good first issue

Comments

@martinmladenov
Copy link
Collaborator

In cases where all meta tests have weights 0 or 1, the following exception is thrown: Precondition failed: Number of meta tests does not match.. This happens when the sum of weights is lower than the number of meta tests (including zero-weight ones). This precondition check is wrong and should be removed.

@martinmladenov martinmladenov added bug Something isn't working good first issue labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue
Projects
None yet
Development

No branches or pull requests

1 participant