-
Notifications
You must be signed in to change notification settings - Fork 23
Unskip some linalg tests #2559
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
Unskip some linalg tests #2559
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/pull/2559/index.html |
Array API standard conformance tests for dpnp=0.19.0dev3=py313h509198e_8 ran successfully. |
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.
3.10 CI failure seems unrelated and unskipped tests are passing
LGTM!
3.10 CI failure requires separate investigation and is not related to these changes. |
This PR suggests unskipping batch tests in linalg since oneMKL 2025.2 has been released and version 2025.1 is no longer relevant. It also excludes `requires_intel_mkl_version` from coverage until it is needed 1b94a40
This PR suggests unskipping batch tests in linalg since oneMKL 2025.2 has been released and version 2025.1 is no longer relevant.
It also excludes
requires_intel_mkl_version
from coverage until it is needed.