[SciPy-dev] Bugs?

Charles R Harris charlesr.harris at gmail.com
Thu Feb 9 13:05:09 EST 2006


Hi,

Running latest numpy from cvs I get things like:

>>> arange(25)
array([-1214459252, -1214447606, -1214446384, -1214019752, -1212353482,
                 0,           0,           0,           0,           0,
                 0,           0,           1,           2,           4,
               105,       10000,     9898072,   166961568,   167979252,
         167979252,   168017420,   690120039,  1029992041,  1919249698])

And

>>> a = arange(25)
>>> a.sort(kind='merge')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: desired sort not supported for this type

The other sorts, 'heap' and 'quick', work fine. Any thoughts?

Numpy was compiled with gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
and the OS is 32 bit fc3
running on an athlon64.

Chuck




More information about the SciPy-Dev mailing list