Array printing fails for ndim
> NPY_MAX_DIMS
with misleading ValueError
#1479
Labels
ndim
> NPY_MAX_DIMS
with misleading ValueError
#1479
When printing an array
x
withx.ndim > NPY_MAX_DIMS
the following exception is raised:Unlike Numpy, dpctl permits arrays of (approximately) arbitrary dimension. Therefore, this array is still usable, printing simply fails due to reliance on Numpy.
The text was updated successfully, but these errors were encountered: