-
Notifications
You must be signed in to change notification settings - Fork 433
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
Sort the classes that appear in attribution selectors to reduce cardinality #518
Conversation
We really need unit tests for this... |
I was just going to add that we should have a test for this behavior. |
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.
Coming back to this PR. I think there are still two things that need to be address before we can merge:
- Address the open comment to shorten/simplify the selector generation logic.
- Update the tests to include some cases where there are classes out of order that get properly ordered when the tests are run.
I decided to just add them because I wanted to look at this code for some other v5 PRs as well. |
Fixes #514
Adding this to v5 branch due reasons given in #514 (comment)