TestMaskedQuantityInitialization: Fix initialization#15326
TestMaskedQuantityInitialization: Fix initialization#15326pllim merged 2 commits intoastropy:mainfrom
Conversation
|
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
There was a problem hiding this comment.
Welcome to Astropy 👋 and congratulations on your first pull request! 🎉
A project member will respond to you as soon as possible; in the meantime, please have a look over the Checklist for Contributed Code and make sure you've addressed as many of the questions there as possible.
If you feel that this pull request has not been responded to in a timely manner, please send a message directly to the development mailing list. If the issue is urgent or sensitive in nature (e.g., a security vulnerability) please send an e-mail directly to the private e-mail [email protected].
|
Oops, so sorry, I missed this!! It is good except for a missing blank line after the class. I think that can be fixed auto-magically... |
|
pre-commit.ci autofix |
mhvk
left a comment
There was a problem hiding this comment.
Ha, the auto-fix worked! So, approving and setting to merge when all tests pass! Thanks, @doronbehar!
|
Oops, unrelated RTD failure. I think this will need someone with override privilige -- @pllim?? |
|
I am a little confused why there are two different PRs now trying to address the same problem. I asked over at the original issue. Once I am not confused anymore, yes, I can help get them merged. 😸 |
|
So I merge this first, and the mhvk has to rebase his other PR as a follow-up patch? |
|
Yes that's also an option. |
|
Thanks! I'll wait a bit and see if mhvk agrees. 😸 |
|
Indeed, my plan was to merge this (for which backporting is useful) and then rebase my follow-up. It just didn't work because of the RTD failure (which I cannot override). Now that that is fixed in main, I rebased and forced-push here, and set auto-merge, so there should be no more work here! Thanks, all! |
|
Now held back by #15333... couldn't those failures at least have the decency to apear during the week??? |
|
I merged it. Please rebase the other PR. Thanks! |
|
Thanks! |
…326-on-v5.3.x Backport PR #15326 on branch v5.3.x (TestMaskedQuantityInitialization: Fix initialization)
Description
Fixes #15316 .