New submission from Dmitrey <[email protected]>:

>>> from numpy import *
>>> ravel(float64(1))
array([ 1.])

>>>> from numpypy import *
>>>> ravel(float64(1.0))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/home/dmitrey/Install/pypy-c-jit-65418-d49964ac4b2c-linux/lib_pypy/numpypy/core/fromnumeric.py",
line 1061, in ravel
    return a.ravel(order=order)
TypeError: ravel() got an unexpected keyword argument 'order'

----------
messages: 5956
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy ravel() bug

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1548>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to