-
Notifications
You must be signed in to change notification settings - Fork 30
Updating repr()
function
#2067
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
Updating repr()
function
#2067
Conversation
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_173 ran successfully. |
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_174 ran successfully. |
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_175 ran successfully. |
Aside from that change LGTM! |
Co-authored-by: ndgrigorian <[email protected]>
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_187 ran successfully. |
The behavior of `repr` was modified in IntelPython/dpctl#2067. Tests in `dpnp` should be modified to align with this new behavior.
Updating
repr()
to show that shape of the array for abbreviated arrays and shape and dtype of arrays for zero-size arraysWith this change, we will have