If you want to test whether all elements along a given axis of a NumPy array evaluate to True, use np.all
.
In the code above, I check if all elements are less than 3 in each column or row.
If you want to test whether all elements along a given axis of a NumPy array evaluate to True, use np.all
.
In the code above, I check if all elements are less than 3 in each column or row.