Selector
Selector copied to clipboard
dissimilarity.py missing from methods folder
Discussed in https://github.com/theochem/Selector/discussions/207
Originally posted by JackyZzZz May 15, 2024
I noticed that we need to import dissimilarity.py from methods in the Running Dissimilarity Algorithms example in the documentation. However, it seems like this file is missing from the methods folder.
P.S: I think it is renamed to distance.py, so we should probably update the documentation.
Add-on:
- the first parameter of
selectfunction in base.py isX, notarrin the documentation
I will do a cleaning up before more actual code changes.