You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use int32 or uint32 in attributes (for example: dt.set_attributes_schema(np.dtype([('intensity', np.uint32)])) and want to print the attributes using dt.attributes[1:] I get: OverflowError: Python int too large to convert to C long.
floats and 64bit integers works ok
The text was updated successfully, but these errors were encountered:
When I use int32 or uint32 in attributes (for example:
dt.set_attributes_schema(np.dtype([('intensity', np.uint32)]))
and want to print the attributes usingdt.attributes[1:]
I get:OverflowError: Python int too large to convert to C long
.floats and 64bit integers works ok
The text was updated successfully, but these errors were encountered: