ENH: include exclusive values from IERS_B in IERS_Auto (blocked by #16725) - #16070
neutrinoceros wants to merge 2 commits into
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.
|
|
👋 Thank you for your draft pull request! Do you know that you can use |
|
Relevant tests need |
|
Not really, |
| with iers.conf.set_temp("iers_auto_url", self.iers_a_url_1): | ||
| dat = iers.IERS_Auto.open() | ||
| assert dat["MJD"][0] == 57359.0 * u.d | ||
| assert dat["MJD"][0] == 37665.0 * u.d |
|
Thanks for clarifying this @pllim !
and just to make sure everyone is on the same page: as of now, the tests I've updated are failing locally, which is part of what I wanted to showcase with this draft. So, indeed, we need devdeps fixed first, but it's still going to fail (or so I hope !) here after that :) |
|
@neutrinoceros - I've touched this code before but I'm hoping to avoid so going forward. (I struggle enough keeping up with time/table/io.ascii!). If @mhvk doesn't pipe in I can have a look. |
mhvk
left a comment
There was a problem hiding this comment.
This looks good to me! I haven't quite got the time to check locally, but obviously would be good to see what goes wrong.
@pllim's comment about the change in starting MJD made me wonder whether we really need to always make the table about 7 times larger; maybe it should be more on-demand? But probably best just to focus on the fix here, and perhaps have a different issue about trying to ensure the table is not super large (if it matters?).
|
For now I'll just rebase so we all have access to logs showing the remaining problems. |
e0625df to
0e7073a
Compare
|
Hmm I don't understand the masked array failures in devdeps/remote-data job and in RTD. |
|
I'm willing to bet they are related, I'll take another look in the morning. |
0e7073a to
7b05c18
Compare
|
(I never said which morning 🙈) |
|
I could fix my branch to pass tests from |
8cd84bf to
9844cc2
Compare
|
rebased onto #16120 to confirm that it unblocks this PR |
|
Status update: this is blocked by |
9844cc2 to
4f12f90
Compare
4f12f90 to
b3ebcfb
Compare
|
I've been scratching my head for a couple hours over this one and I'm starting to feel that maybe I shot myself in the face by using |
I was about to review this PR, but will wait till you say it is ready. I think a manual merge may indeed be better, since ideally we do not have masked columns at all - they'd make things slower and might cause other results to become |
80efe7f to
143dbec
Compare
|
#16187 was merged a couple hours ago, so I rebased this. I'll try to get back to it soon. |
143dbec to
662a3a6
Compare
|
Status update: |
|
Indeed, would be good if more code could handle |
yes, I figured as much, but only after I wrote my previous answer 😅 |
|
Hi humans 👋 - this pull request hasn't had any new commits for approximately 4 months. I plan to close this in 30 days if the pull request doesn't have any new commits by then. In lieu of a stalled pull request, please consider closing this and open an issue instead if a reminder is needed to revisit in the future. Maintainers may also choose to add keep-open label to keep this PR open but it is discouraged unless absolutely necessary. If this PR still needs to be reviewed, as an author, you can rebase it to reset the clock. If you believe I commented on this pull request incorrectly, please report this here. |
|
I still have hope to finish this some day, but it's still blocked. Let me rebase the branch for good measure. |
662a3a6 to
986d656
Compare
|
Hi humans 👋 - this pull request hasn't had any new commits for approximately 4 months. I plan to close this in 30 days if the pull request doesn't have any new commits by then. In lieu of a stalled pull request, please consider closing this and open an issue instead if a reminder is needed to revisit in the future. Maintainers may also choose to add keep-open label to keep this PR open but it is discouraged unless absolutely necessary. If this PR still needs to be reviewed, as an author, you can rebase it to reset the clock. If you believe I commented on this pull request incorrectly, please report this here. |
|
@neutrinoceros - I wonder for this PR if we shouldn't just go the by-hand route and ensure the relevant columns are not masked... |
Description
This adresses the non-controversial part of #13494
I haven't quite figured it out yet (I have at least two remaining failures), but I want to open this as a draft now in the hope I can get early feedback (maybe I've taken a wrong turn already). In particular, I'd like to ask @mhvk and @taldcroft if the tests changes correctly reflect their vision for #13494.