[Numpy-discussion] short circuit != ?

Johann Cohen-Tanugi cohen at lpta.in2p3.fr
Wed Oct 27 09:32:20 EDT 2010


how about np.any(a!=b)  ??

On 10/27/2010 12:25 PM, Neal Becker wrote:
> Is there a way to get a short circuit != ?
>
> That is, compare 2 arrays but stop as soon as the first element comparison
> fails?
>
> I'm assuming that np.all (a != b) will _not_ do this, but will first compare
> all elements.
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>    



More information about the NumPy-Discussion mailing list