Re: [Numpy-discussion] lexsort in numpy crashing on strings

2006-10-25 Thread Tom Denniston
Thanks Robert.  Will do.On 10/25/06, Robert Kern <[EMAIL PROTECTED]> wrote: Tom Denniston wrote:> Hi, I've been using the lexsort and it is really nice.  Much simpler and> faster than the implementation I had before.   The only problem is it> seems  to crash on strings.> > Do I just need to upgrade

Re: [Numpy-discussion] lexsort in numpy crashing on strings

2006-10-25 Thread Robert Kern
Tom Denniston wrote: > Hi, I've been using the lexsort and it is really nice. Much simpler and > faster than the implementation I had before. The only problem is it > seems to crash on strings. > > Do I just need to upgrade numpy or is it a current bug? Upgrade numpy. I believe this bug has

[Numpy-discussion] lexsort in numpy crashing on strings

2006-10-25 Thread Tom Denniston
Hi, I've been using the lexsort and it is really nice.  Much simpler and faster than the implementation I had before.   The only problem is it seems  to crash on strings.Do I just need to upgrade numpy or is it a current bug?    In [2]: import numpy    nu    In [3]: numpy.array(['a', 'b', 'c'])