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@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to