Closed FarnazH closed 3 months ago
@FanwangM and @marco-2023, the tests currently fail. If you agree with this change, I will update the tests. Just to let you know the OptiSim algorithm adds ref_index
as its first selection; see https://github.com/theochem/Selector/blob/main/selector/methods/distance.py#L293
It looks good to me. Thanks for fixing this.
In DISE algorthim, the
ref_index
was not included as a selected sample, and its neighbors were not excluded. I believe this was not a desired feature, so this PR fixed that. Feel Free to let me know what you think.