diff options
-rw-r--r-- | numpy/core/src/umath/ufunc_type_resolution.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_type_resolution.c b/numpy/core/src/umath/ufunc_type_resolution.c index c34ed23b5..b2400a2a1 100644 --- a/numpy/core/src/umath/ufunc_type_resolution.c +++ b/numpy/core/src/umath/ufunc_type_resolution.c @@ -620,7 +620,7 @@ PyUFunc_IsFiniteTypeResolver(PyUFuncObject *ufunc, PyArray_Descr **out_dtypes) { if (!PyTypeNum_ISDATETIME(PyArray_DESCR(operands[0])->type_num)) { - PyUFunc_DefaultTypeResolver(ufunc, casting, operands, + return PyUFunc_DefaultTypeResolver(ufunc, casting, operands, type_tup, out_dtypes); } |