@@ -51,11 +51,11 @@ class CastingError(Exception):
51
51
getattr (np , dtype )
52
52
for dtype in (
53
53
'int8' , 'byte' , 'int16' , 'short' , 'int32' , 'intc' , 'int_' , 'int64' , 'longlong' ,
54
- 'uint8' , 'ubyte' , 'uint16' , 'ushort' , 'uint32' , 'uintc' , 'uint' , 'uint64' , 'ulonglong' , # noqa: E501
55
- 'float16' , 'half' , 'float32' , 'single' , 'float64' , 'double' , 'float96' , 'float128' , 'longdouble' , # noqa: E501
56
- 'complex64' , 'csingle' , 'complex128' , 'cdouble' , 'complex192' , 'complex256' , 'clongdouble' , # noqa: E501
54
+ 'uint8' , 'ubyte' , 'uint16' , 'ushort' , 'uint32' , 'uintc' , 'uint' , 'uint64' , 'ulonglong' ,
55
+ 'float16' , 'half' , 'float32' , 'single' , 'float64' , 'double' , 'float96' , 'float128' , 'longdouble' ,
56
+ 'complex64' , 'csingle' , 'complex128' , 'cdouble' , 'complex192' , 'complex256' , 'clongdouble' ,
57
57
# other names of the built-in scalar types
58
- 'int_' , 'float_' , 'complex_' , 'bytes_' , 'str_' , 'bool_' , 'datetime64' , 'timedelta64' , # noqa: E501
58
+ 'int_' , 'float_' , 'complex_' , 'bytes_' , 'str_' , 'bool_' , 'datetime64' , 'timedelta64' ,
59
59
# other
60
60
'object_' , 'void' ,
61
61
)
0 commit comments