May I know how to properly index ndarray in a tuple,
Naive way I can think of is as follow
idx2=[1,2] idx_pair = np.tril_indices ( 7, -1 ) n=[i[idx2 ]