Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nN
All
1 parent daf7255 commit a4f96c1Copy full SHA for a4f96c1
numpy/core/numerictypes.py
@@ -496,15 +496,15 @@ def _scalar_type_key(typ):
496
497
del key
498
499
-typecodes = {'Character':'c',
500
- 'Integer':'bhilqnp',
501
- 'UnsignedInteger':'BHILQNP',
502
- 'Float':'efdg',
503
- 'Complex':'FDG',
504
- 'AllInteger':'bBhHiIlLqQnNpP',
505
- 'AllFloat':'efdgFDG',
+typecodes = {'Character': 'c',
+ 'Integer': 'bhilqnp',
+ 'UnsignedInteger': 'BHILQNP',
+ 'Float': 'efdg',
+ 'Complex': 'FDG',
+ 'AllInteger': 'bBhHiIlLqQnNpP',
+ 'AllFloat': 'efdgFDG',
506
'Datetime': 'Mm',
507
- 'All':'?bhilqpBHILQPefdgFDGSUVOMm'}
+ 'All': '?bhilqnpBHILQNPefdgFDGSUVOMm'}
508
509
# backwards compatibility --- deprecated name
510
# Formal deprecation: Numpy 1.20.0, 2020-10-19 (see numpy/__init__.py)
0 commit comments