-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: if the first elements of an array are masked keep checking #14429
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
@tacaswell, I directly edited a change to this. Hope that was OK. I approved this, but you could self-merge on my changes to get the test to work, or someone else could merge; I don't think I should merge since I last edited... |
Thanks @jklymak ! In general assume you can push non-controversial stuff to any of my branches. |
Yeah, though it is kind of wasteful for a long masked-out array. We still should sit down an write a specification for what units are and how they can be packed, because I'm not sure how we would get in the situation where a masked out element would have different units than the unmasked elements. Also what happens if the whole array is masked? I'm not sure this will ever return anything? |
It will have the same behavior as passing an empty list (which is to return |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
FIX: if the first elements of an array are masked keep checking
closes #14356
This is a slight modification and a test of what @anntzer proposed in the issue.
Will not back port cleanly but 🤷♀️ .