How can I get indices of elements of nd.array not in a tuple, but in nd.array where .ndim == 1? I tried by implementing .where(arrray == value), but it returned me a tuple, then