skccm icon indicating copy to clipboard operation
skccm copied to clipboard

error in paper.ccm.predict_drop_in_list

Open madwilliam opened this issue 5 years ago • 0 comments

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):

madwilliam avatar Jun 16 '20 17:06 madwilliam