-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Ugly fix for categorical data #1014
Conversation
Code Coverage Summary
Diff against main
Results for commit: be582da Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
Hi Davide,
I agree that the alternative solution is much nicer (although the %s don't match the analyze_vars_in_cols
version), but your fix looks ok for now. We should probably revisit analyze_vars_in_cols
in the future and see if we can make it more intuitive/simplified (maybe once the additional .spl_context
info is added). Thanks for working on this! :)
@Melkiades please also update NEWS before merging! |
FIxes #1013 but it may be not the best way. Last test show an alternative way that is much simpler.