mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* 1194: Review assignments of range in Python code
Task-Url: https://github.com/rdkit/rdkit/issues/1194
Either wrapped the range expression into a list or made sure that the
code is working with a range object.
* Refactored FeatFinderCLI script
* Revert "Refactored FeatFinderCLI script"
This reverts commit d9dcbce95d.
* Review rdkit.Chem.UnitTestSuppliers
* Replace optparse with argparse
* Change outDir default and fix variable name error