-
Notifications
You must be signed in to change notification settings - Fork 30
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 for gh 1738 #1741
Fix for gh 1738 #1741
Conversation
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_133 ran successfully. |
83ba9a6
to
fd3f21e
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_152 ran successfully. |
fd3f21e
to
7e2c43c
Compare
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_154 ran successfully. |
@antonwolfy The artifacts of conda-project workflow should have the expected NumPy pinning bracket now. Please test changes in this PR against |
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.
Thank you @oleksandr-pavlyk
The issue is fully resolved now.
Resolves gh-1738
Changes
unique_all
andunique_inverse
to always returninverse_indices
data field as array with default indexing data type.A test added to verify this behavior.