[pypy-issue] [issue1730] numpy: bug. Wrong output in dot test

lesshaste tracker at bugs.pypy.org
Fri Apr 11 21:58:26 CEST 2014


lesshaste <drraph at gmail.com> added the comment:

pypy-2.2.1-linux_x86_64-portable/bin/my-pypy/bin$ ./pypy
Python 2.7.3 (87aa9de10f9ca71da9ab4a3d53e0ba176b67d086, Apr 09 2014, 14:10:47)
[PyPy 2.2.1 with GCC 4.8.2] on linux2
[...]
r
array([[ 41.87228011,  41.88910105,  49.68946342, ...,  53.14196743,
         57.03029384,  63.70106051],
       [ 37.49951904,  44.22557292,  58.7592183 , ...,  60.37941741,
         59.58299275,  72.88505918],
       [ 37.17072874,  28.76871637,  45.00236561, ...,  42.52852177,
         57.66368332,  56.98959712],
       ..., 
       [ 32.8739071 ,  43.07599449,  53.3063834 , ...,  43.67186637,
         52.38684193,  62.24297903],
       [ 34.61514793,  28.94486807,  31.98606018, ...,  39.00401578,
         43.18583966,  45.71964629],
       [ 26.43124811,  30.99685596,  32.89396464, ...,  29.74863561,
         32.73329414,  43.95274737]])
>>>> r2
array([[ 3.48935668,  3.49075842,  4.14078862, ...,  4.42849729,
         4.75252449,  5.30842171],
       [ 3.12495992,  3.68546441,  4.89660153, ...,  5.03161812,
         4.9652494 ,  6.07375493],
       [ 3.09756073,  2.39739303,  3.75019713, ...,  3.54404348,
         4.80530694,  4.74913309],
       ..., 
       [ 2.73949226,  3.58966621,  4.44219862, ...,  3.6393222 ,
         4.36557016,  5.18691492],
       [ 2.88459566,  2.41207234,  2.66550501, ...,  3.25033465,
         3.59881997,  3.80997052],
       [ 2.20260401,  2.58307133,  2.74116372, ...,  2.47905297,
         2.72777451,  3.66272895]])

----------
status: resolved -> chatting

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


More information about the pypy-issue mailing list