Closed FanwangM closed 3 months ago
The index of each neighbor of KD-Tree query results can be integer or array of integers. The original implementation works for the array of integers, but not including the integer case. This commit fixes the problem.
More explanations were provided in https://github.com/theochem/Selector/issues/236.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.91%. Comparing base (d931154) to head (4c5819d). Report is 13 commits behind head on main.
d931154
4c5819d
The index of each neighbor of KD-Tree query results can be integer or array of integers. The original implementation works for the array of integers, but not including the integer case. This commit fixes the problem.
More explanations were provided in https://github.com/theochem/Selector/issues/236.