Question about concatenation in extract_sub_scores function.
gsp2014 opened this issue · 3 comments
gsp2014 commented
Hi Théo,
I wonder if this line
Line 88 in 61fa3f6
Thanks a lot.
ttrouill commented
Indeed it should be this, will fix asap, thanks!
ttrouill commented
Actually no! Because idxs
is a boolean array that has the same size as res.ranks
, and is equal to True
at the indexes to extract, so the correct code is indeed np.concatenate((idxs,idxs))
.
Sorry for the latency and the wrong first reply :/
gsp2014 commented
Yes, it's my fault. Thanks for your patience!