[pypy-issue] [issue1026] numpypy: incorrect shape of array with zero-shape coords

Dmitrey tracker at bugs.pypy.org
Thu Jan 26 22:31:12 CET 2012


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

>>> np.array(np.ones((0,3,4))).shape
(0, 3, 4)

>>>> np.array(np.ones((0,3,4))).shape
(0,)

----------
messages: 3826
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy: incorrect shape of array with zero-shape coords

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


More information about the pypy-issue mailing list