If more than 2 tracks have the same owner they are silently ignored in simplemodel.select_colocated_pairs()
#28
Labels
bug
Something isn't working
telcell/telcell/models/simplemodel.py
Line 163 in 3a16561
If there are more than 2 (e.g. 3) tracks by the same owner present, this owner is silently ignored and none of the tracks end up returned from this function.
It's not entirely clear to me how you would want to fix it. Do you want to make pairs out of all possible combinations or not? That's why I made a bug report in stead of making a PR.
The text was updated successfully, but these errors were encountered: