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
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
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'])