-
-
Notifications
You must be signed in to change notification settings - Fork 405
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: cadc invompatibility with dev versions of numpy #2811
Comments
Huh, so the tables are masked now? Weird... There are not changes directly to |
Hmm, locally I'm not yet able to reproduce, tried a few numpy versions as well as astropy, but haven't dived into a proper bisect on them. Could it be an OSX/Linux difference? |
I wonder if https://github.com/astropy/astropy/blob/main/astropy/utils/diff.py |
Lots of numpy type checks in there... but do you really need this to compare tables? |
Maybe not, but there is no reason it should stop working. And most annoyingly it still works-for-me ™️ I'll try to see what CI does if I switch out to OSX |
Yes, definitely a concern if the function broke silently upstream. If you are able to narrow down the problem, please let me know! I vaguely remember |
I finally started to see this locally, too and it comes down to numpy-dev. I have the error using the latest nightly wheel, but I'll try to bisect as soon as possible using local builds, but I keep running into the meson issues, even when not building with Either case, I'm cc-ing @seberg in case he spots something trivial (or recall a recent PR that could cause it, I looked at the list but didn't see something obvious). |
It's not yet clear whether it's an astroquery issue or something upstream, so I'm cc-ing @pllim, too.
It showed up 2 days ago, CI runs 3 days ago were still fine.
The text was updated successfully, but these errors were encountered: