[Numpy-discussion] searchsorted bug

Matthieu Brucher matthieu.brucher at gmail.com
Thu Jan 31 10:17:01 EST 2008


No problem for me (also a svn version) :

Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2

>>> import numpy
>>> A = numpy.array(['a','aa','b'])
>>> B = numpy.array(['d','e'])
>>> A.searchsorted(B)
array([3, 3])

Matthieu

2008/1/31, lorenzo bolla <lbolla at gmail.com>:
>
> I use a dev version (1.0.5.dev4567).
> L.
>
>
> On 1/31/08, James Philbin <philbinj at gmail.com> wrote:
> >
> > Hmmm. Just downloaded and installed 1.0.4 and i'm still getting this
> > error. Are you guys using the bleeding edge version or the official
> > 1.0.4 tarball from the webpage?
> >
> > James
> > _______________________________________________
> > Numpy-discussion mailing list
> > Numpy-discussion at scipy.org
> > http://projects.scipy.org/mailman/listinfo/numpy-discussion
> >
>
>
>
> --
> Lorenzo Bolla
> lbolla at gmail.com
> http://lorenzobolla.emurse.com/
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
>


-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080131/222d2b77/attachment.html>


More information about the NumPy-Discussion mailing list