[Numpy-discussion] Segmentation fault with argsort

Keith Goodman kwgoodman at gmail.com
Fri Dec 18 12:46:51 EST 2009


I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
known, fixed, reproducible?

>> np.array(121).argsort(0).argsort(0)
Segmentation fault

The expected result:

AttributeError: 'np.int64' object has no attribute 'argsort'



More information about the NumPy-Discussion mailing list