-
Notifications
You must be signed in to change notification settings - Fork 80
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
Plumbing for np.ma #1071
Plumbing for np.ma #1071
Conversation
Looks like actual new |
@bryevdv
|
@ipdemes That's the expected behavior for now, AFAIK? This PR does not actually implement any of the masked array functionality in cunumeric/legate, just makes it so that masked array code runs at all (with fallback) and can report the coverage misses. |
@bryevdv :by my comment I just wanted to confirm that this PR works as expected in one of the users code:) |
Ah I misunderstood the intent, thanks for testing it out! 😄 |
This PR just adds minimal wrapping for the NumPy masked array module. Currently things will just fall back to numpy and emit the fallback warning:
and now calls hows up in coverage reporting as well