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.
|
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