-
Notifications
You must be signed in to change notification settings - Fork 174
NumPy 2.x fixes #1513
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
NumPy 2.x fixes #1513
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1513 +/- ##
==========================================
+ Coverage 81.44% 88.35% +6.91%
==========================================
Files 73 73
Lines 14817 14817
==========================================
+ Hits 12068 13092 +1024
+ Misses 2749 1725 -1024 ☔ View full report in Codecov by Sentry. |
0dc3e2c to
60706b7
Compare
60706b7 to
bfca15c
Compare
|
I'm not sure why coverage wasn't showing for the NINF modifications. I ran coverage locally and those lines are hit, though the replacements of PINF were not. |
|
From the CI log for 3.11: ??? |
|
Ah, it's |
|
Fixed: |
I think this wasn't caught before because the CI images were generally failing to build with NumPy 2.0, so we weren't testing against it.