-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Do not pass masked arrays to numba #1205
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1205 +/- ##
==========================================
- Coverage 84.70% 84.63% -0.08%
==========================================
Files 35 35
Lines 8357 8354 -3
==========================================
- Hits 7079 7070 -9
- Misses 1278 1284 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There is a warning
which can be ignored as it was fixed in numba/numba#8909 and the fix will be included in the |
I am happy with this now, all tests are passing with new The only change that could be removed is downloading packages from the |
This is a WIP to support numba 0.57. We can no longer pass masked arrays to numba, but that is OK as we handle the masks separately anyway.
There is a separate problem that occurs on macOS but not linux, that I am still investigating.