-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: allow to use numpy 2 and pyuvdata 3 #959
Conversation
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.
Looks good. Thanks so much @steven-murray for all this! Just a few small questions and I think we'll be good to go.
…o numerical issues with chi^2 in test_expand_omni_sol
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #959 +/- ##
==========================================
- Coverage 97.27% 97.21% -0.07%
==========================================
Files 31 31
Lines 10950 10987 +37
==========================================
+ Hits 10652 10681 +29
- Misses 298 306 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This fixes some warnings and errors from pyuvdata 3 and numpy 2.
This depends on HERA-Team/hera_qm#464 and RadioAstronomySoftwareGroup/pyuvdata#1459