[SciPy-dev] Bugs?

Robert Kern robert.kern at gmail.com
Thu Feb 9 13:15:59 EST 2006


Charles R Harris wrote:
> 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?

Revision 2085 works fine for me on OS X. Did you "rm -r ./build/" before
building? Some parts deep inside the C code changed recently.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-Dev mailing list