-
Notifications
You must be signed in to change notification settings - Fork 6
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
_split_col_subsets
ignores columns when non-monotonic
#92
Comments
@tbenthompson, if you could look into this I would like to get your opinion on whether we should spend the time fixing the |
Yes, you're correct that I could help with this tomorrow or soon. Let me know if that would be helpful. |
I actually ran into this same issue from the other "end" recently when I fixed some bugs with subsets that were not monotonically specified. So this same bug is a problem if either:
I fixed the Sorry about not realizing at the time that the |
My PR currently contains a fix. My solution was to create a We can discuss this in the coming days. Downside to this is that we need to store an array of size |
@MarcAntoineSchmidtQC did this get fixed or did it get dropped when you closed your PR? Is it worth reviving just this fix? |
Maybe this is not the right function for what I am looking for. I expected this function to be perfect for the
__getitem__
column subsetting but it's not working if the columns are not monotonic. PR #91 depends on fixing this issue.Minimal working example:
The text was updated successfully, but these errors were encountered: