-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
on the current main (d90519b):
>>> from numpy_quaddtype import *
>>> QuadPrecision(1).imag
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 QuadPrecision(1).imag
RuntimeError: Using legacy SETITEM with NULL array object is only supported for basic NumPy DTypes.I expected it to return QuadPrecision(0.0), analogous to np.longdouble(1).imag