Skip to content

Commit 76db89d

Browse files
removing _arg and _ones_like funcs
1 parent 805b516 commit 76db89d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

mkl_umath/generate_umath.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -990,12 +990,7 @@ def english_upper(s):
990990
None,
991991
TD(inexactvec + cmplxvec),
992992
),
993-
'_ones_like':
994-
Ufunc(1, 1, None,
995-
docstrings.get('numpy.core.umath._ones_like'),
996-
None,
997-
TD(inexactvec + cmplxvec),
998-
),
993+
# '_ones_like':
999994
# 'power':
1000995
# 'float_power':
1001996
'absolute':
@@ -1006,12 +1001,7 @@ def english_upper(s):
10061001
TD('F', out='f'),
10071002
TD('D', out='d'),
10081003
),
1009-
'_arg':
1010-
Ufunc(1, 1, None,
1011-
docstrings.get('numpy.core.umath._arg'),
1012-
None,
1013-
TD(cmplxvec),
1014-
),
1004+
# '_arg':
10151005
'negative':
10161006
Ufunc(1, 1, None,
10171007
docstrings.get('numpy.core.umath.negative'),

0 commit comments

Comments
 (0)