You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug refers to ticket [http://www.scipy.org/scipy/numpy/ticket/391 #989] and the following mailing list message: [http://projects.scipy.org/pipermail/numpy-discussion/2008-February/031384.html]
Currently the sort docstring states that axis=None is valid, but it raises a
TypeError exception with the message "an integer is required". Either axis=None functionality should be implemented or the docstring should be changed to reflect the fact that None is not a valid value for axis.
The text was updated successfully, but these errors were encountered:
Original ticket http://projects.scipy.org/numpy/ticket/885 on 2008-08-10 by trac user ctw, assigned to unknown.
This bug refers to ticket [http://www.scipy.org/scipy/numpy/ticket/391 #989] and the following mailing list message: [http://projects.scipy.org/pipermail/numpy-discussion/2008-February/031384.html]
Currently the sort docstring states that axis=None is valid, but it raises a
TypeError exception with the message "an integer is required". Either axis=None functionality should be implemented or the docstring should be changed to reflect the fact that None is not a valid value for axis.
The text was updated successfully, but these errors were encountered: