We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Need error checking to ensure have all metrics in rules table.
To Reproduce If have mismatched metric names then only those metrics that match are evaluated.
Can result in bad level membership calculations.
For example, if Use min of Rule0 for a level and all the "0" values fall out but a "1" is kept then membership is "1" instead of "0".
Expected behavior Should throw a hard error with message.
Additional context NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Need error checking to ensure have all metrics in rules table.
To Reproduce
If have mismatched metric names then only those metrics that match are evaluated.
Can result in bad level membership calculations.
For example, if Use min of Rule0 for a level and all the "0" values fall out but a "1" is kept then membership is "1" instead of "0".
Expected behavior
Should throw a hard error with message.
Additional context
NA
The text was updated successfully, but these errors were encountered: