-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUG: Fix masked median bug #21999
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
BUG: Fix masked median bug #21999
Conversation
Fixed issue that occurs when trying to take the median of a list of masked arrays. Added a check to see if the input is a list then converts to a masked array. See issue numpy#10757 for more information.
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.
I started seeing Example log: https://github.com/astropy/astropy/runs/7383859498?check_suite_focus=true Update: I restarted a previously passing job on (I will cross-link astropy issue here when I create one.) |
@pllim I would suspect gh-21977 although there was already one fixup to that, I would not be surprised if that PR needs a few more fixups before the end. (I really like the fact that it uses |
Thanks for pointing me to that other PR and sorry for the noise here! |
This reverts commit 6b8d55e.
This is the rebased and followed-up version of #10909
closes #10757