mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* - calcImplicitValence() and setNumExplicitHs() are now called after all aromaticity flags have been set * - ChemicalForceFields.MMFFHasAllMoleculeParams() now operates on a copy of the molecule such that atom and bond aromaticity are not altered by the check - test11 was added to GraphMol/ForceFieldHelpers/Wrap/testHelpers.py to check for the two bugs fixed by this PR * - modified the prototype of MMFFHasAllMoleculeParams() to take a const ROMol& and make a copy of that within the function body - removed unnecessary imports from testHelpers.py - replaced EmbedMolecule() with a quicker test * - WIP * - now the issue seems to be properly fixed, as the implicit valence made explicit does not sum up anymore to the already explicit valence