-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Originally posted by @jorenham at #120 (comment)
Are there any plans for implementing
allandanyyet? Because I noticed that callingQuadPrecision(1).{all,any}()raises aUFuncTypeErrorat the moment.
Reason:
Because they underline call the logical_and and logical_or ufunc with <class 'numpy.dtypes.BoolDType'>, <class 'numpy_quaddtype.QuadPrecDType'>) -> <class 'numpy.dtypes.BoolDType'>
BUT currently those ufunc are only set to accept the arguments of type {&QuadPrecDType, &QuadPrecDType, &PyArray_BoolDType}