Closed FanwangM closed 5 months ago
Attention: Patch coverage is 97.62846%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 96.96%. Comparing base (
0de2c9b
) to head (d5cc58d
). Report is 37 commits behind head on main.
I am going to close this PR as this has been addressed by
This PR addresses https://github.com/theochem/Selector/issues/124. The
SimilarityIndex
class was moved to similarity module to make things consistent, which is mainly for calculating similarity matrix. Thesmilarity.py
in method module was renamed tosim.py
because we have twosimilarity.py
files, which can be very confusing. Actually I would perfer to usensim.py
, but to keep things consistent with other files name, I chosesim.py
.