-
-
Notifications
You must be signed in to change notification settings - Fork 15
561 Allow the selection of a categorical variable in tm_outliers
#562
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
Conversation
tm_outliers
Code Coverage Summary
Diff against main
Results for commit: c6a719a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
The fix is good 👍 Which part of the rule function do you think is redundant? |
@chlebowa never mind about the redundancy, it totally makes sense to show the error in both boxes, in particular, if the message doesn't appear in duplicate. Thanks for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Pull Request
Fixes #561
Changes description
Prefer using
other
parameter of the function instead of hardcoded value.note: The second call of
rule_diff()
is redundant and could be removed, I haven't as it could have been added to prevent some edge case.