diff options
| author | molsonkiko <46202915+molsonkiko@users.noreply.github.com> | 2023-03-14 05:57:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 13:57:27 +0100 |
| commit | 071388f957c13c1a4f03bc811e3d128335ac686e (patch) | |
| tree | e74039b2b95dc6caa5a64db12b3f2982dc34c658 /numpy/array_api/_utility_functions.py | |
| parent | 80f7cba7a4bf0970095d7f750abf15bf4b5e364b (diff) | |
| download | numpy-071388f957c13c1a4f03bc811e3d128335ac686e.tar.gz | |
ENH: show dtype in array repr when endianness is non-native (#23295)
Fx problem where, for example,
np.array([1], dtype='>u2') and np.array([1], dtype='<u2')
both got represented as np.array([1], dtype=uint16), or the dtype is not shown for the default ones (float64, default int).
Diffstat (limited to 'numpy/array_api/_utility_functions.py')
0 files changed, 0 insertions, 0 deletions
