Skip to content

Commit a240fa6

Browse files
absolute func
1 parent 5a81215 commit a240fa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkl_umath/generate_umath.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,9 @@ def english_upper(s):
10021002
Ufunc(1, 1, None,
10031003
docstrings.get('numpy.core.umath.absolute'),
10041004
None,
1005-
TD(inexactvec + cmplxvec),
1005+
TD(inexactvec),
1006+
TD('F', out='f'),
1007+
TD('D', out='d'),
10061008
),
10071009
'_arg':
10081010
Ufunc(1, 1, None,

0 commit comments

Comments
 (0)