[Numpy-discussion] np.in1d() capacity limit?

Grové grove.steyn at gmail.com
Mon Oct 31 09:46:06 EDT 2011


Pauli Virtanen <pav <at> iki.fi> writes:

> 
> The problem here seems to be that argsort (or only the mergesort?) for
> datetime datatypes is not implemented.
> 
> There's a faster code path that is triggered for small selection arrays,
> and that does not require argsort, and that's why the error occurs in
> only some of the cases.
> 

Yes, that makes sense.  Anyway, I have just implemented a workaround for now.  
Thanks.

Grové







More information about the NumPy-Discussion mailing list