How can I get indices of elements of nd.array not in a tulple, but in nd.array with .ndim==1 E.g. I have array [1,4,2,1] and a condition that elements should be les
[1,4,2,1]