skccm
skccm copied to clipboard
error in paper.ccm.predict_drop_in_list
problem in skccm.paper.predict_drop_in_list: in lines dist1, ind1 = ut.throw_out_nn_indices(dist1,ind1,conf1) dist2, ind2 = ut.throw_out_nn_indices(dist2,ind2,conf2)
dist and ind is in wrong order as in function defined in ut and causes error def throw_out_nn_indices(ind, dist, Xind):