Skip to content

Commit

Permalink
BUG: Removed complex type for floor_divide
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-k13 committed May 29, 2021
1 parent f48cec1 commit fcf4749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/code_generators/generate_umath.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def english_upper(s):
'PyUFunc_DivisionTypeResolver',
TD(ints, cfunc_alias='divide',
dispatch=[('loops_arithmetic', 'bBhHiIlLqQ')]),
TD(flts + cmplx),
TD(flts),
[TypeDescription('m', FullTypeDescr, 'mq', 'm'),
TypeDescription('m', FullTypeDescr, 'md', 'm'),
TypeDescription('m', FullTypeDescr, 'mm', 'q'),
Expand Down

0 comments on commit fcf4749

Please sign in to comment.