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é




_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to