Hi,

This is hard to explain. In this code:

reduce(np.logical_or, [m1 & m2, m1 & m3, m2 & m3])

where m1, m2 and m3 are boolean arrays, I'm trying to figure
out an expression that works with an arbitrary number of
arrays, not just 3. Any idea??

Bye.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to