[pypy-issue] [issue964] numpypy.zeros([]) returns wrong result

Alex Gaynor tracker at bugs.pypy.org
Wed Dec 14 22:25:12 CET 2011


New submission from Alex Gaynor <alex.gaynor at gmail.com>:

Under CPython:

>>> numpy.zeros([])
array(0.0)


Under PyPy:

>>>> numpypy.zeros([])
array([[])

(The repr is also broken).

----------
messages: 3579
nosy: agaynor, pypy-issue
priority: bug
status: unread
title: numpypy.zeros([]) returns wrong result

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


More information about the pypy-issue mailing list