summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-09-20 01:22:30 -0400
committerWarren Weckesser <warren.weckesser@gmail.com>2019-09-20 01:22:30 -0400
commit055f8f297797867d9e9b8b84d51b76bb8d5a29ac (patch)
tree11533487a5658ae26a6ba1cd5824deecdcf41fee /numpy/lib/tests/test_index_tricks.py
parentc5f98bda9eaa8165567f71527fb16e9ed6789a9d (diff)
downloadnumpy-055f8f297797867d9e9b8b84d51b76bb8d5a29ac.tar.gz
MAINT: core: Remove duplicated inner loop ee->e from log, exp, sin, cos, sqrt.
The ufuncs log, exp, sin, cos and sqrt had two occurrences of the signature ee->e, with the corresponding generic loop function PyUFunc_e_e_As_f_f. This change removes the generation of the duplicated function from the array of inner loops for these ufuncs. The *first* entry of ee->e is kept; tests fail if the first one is removed instead of the second.
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
0 files changed, 0 insertions, 0 deletions