Test whether any array element along a given axis evaluates to True.
Returns a boolean array with the same shape as a with the specified axis removed. If axis is None, returns a scalar.
a
Optional
Test whether any array element along a given axis evaluates to True.
Returns a boolean array with the same shape as
awith the specified axis removed. If axis is None, returns a scalar.