-
Notifications
You must be signed in to change notification settings - Fork 22
update test to pass with numpy-2.3 #2477
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
base: master
Are you sure you want to change the base?
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/pull/2477/index.html |
Array API standard conformance tests for dpnp=0.19.0dev0=py312h509198e_13 ran successfully. |
96cf11b
to
2320a26
Compare
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.
I left few minor comments, but in overall LGTM
Thank you @vtavana for adopting dpnp with numpy 2.3 and reporting identified issues.
Tests are updated to have a green CI with numpy-2.3.0.
matmul
failure is because a bug in NumPy.numpy.unique
is modified in numpy-2.3, dpnp should align with recent changes.keepdims=True
is passed which is fixed.