diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/numerictypes.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py index 704603fdc..06d9458f3 100644 --- a/numpy/core/numerictypes.py +++ b/numpy/core/numerictypes.py @@ -829,12 +829,12 @@ del key typecodes = {'Character':'c', 'Integer':'bhilqp', 'UnsignedInteger':'BHILQP', - 'Float':'fdg', + 'Float':'jfdg', 'Complex':'FDG', 'AllInteger':'bBhHiIlLqQpP', - 'AllFloat':'fdgFDG', + 'AllFloat':'jfdgFDG', 'Datetime': 'Mm', - 'All':'?bhilqpBHILQPfdgFDGSUVOMm'} + 'All':'?bhilqpBHILQPjfdgFDGSUVOMm'} # backwards compatibility --- deprecated name typeDict = sctypeDict |