Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For 0D arrays, __str__ used to look like a scalar: In [2]: x = xp.asarray(3) In [3]: print(x) 3 So make it clearly an array.
- Loading branch information