[pypy-issue] [issue1014] numpypy sum() buggy with axis

Dmitrey tracker at bugs.pypy.org
Sat Jan 21 17:56:57 CET 2012


New submission from Dmitrey <dmitrey15 at ukr.net>:

it doesn't handle correctly even its docstring examples:
>>>> np.sum([[0, 1], [0, 5]], axis=1)
6
>>>> np.sum([[0, 1], [0, 5]], axis=0)
6

----------
messages: 3751
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy sum() buggy with axis

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1014>
________________________________________


More information about the pypy-issue mailing list