[pypy-issue] [issue943] pypy 1.7 the pow operation of numpypy's array is not correct

Liu Zhenhai tracker at bugs.pypy.org
Mon Nov 28 15:51:54 CET 2011


New submission from Liu Zhenhai <1989lzhh at gmail.com>:

import numpypy as np
a = np.array([1, 2, 3])
print a**2  #the result is [0, 0, 0] under Windows

----------
files: test.py
messages: 3495
nosy: 1989lzhh, pypy-issue
priority: bug
status: unread
title: pypy 1.7 the pow operation of numpypy's array is not correct

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue943>
________________________________________
-------------- next part --------------
import numpypy as np
a = np.array([1, 2, 3])
print a**2  #the result is [0, 0, 0] under Windows


More information about the pypy-issue mailing list