[pypy-issue] [issue1012] numpypy: bug with dot

Dmitrey tracker at bugs.pypy.org
Sat Jan 21 11:51:21 CET 2012


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

I had informed of the bug in mail list, but I see is still present in latest
build, let me put it here into bug tracker for more safety:
>>> np.dot([[1,2],[3,4]],[5,6])
array([17, 39])
>>>> np.dot([[1,2],[3,4]],[5,6])
56.0

----------
messages: 3747
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy: bug with dot

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


More information about the pypy-issue mailing list