mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
* Nonchiral atoms should be removed from StereoGroups This fixes a bug where atoms which have no chirality were left in StereoGroups In order to make this work, ROMol::setStereoGroups() needed to be made public. That shouldn't be a problem since it doesn't change connectivity. * fix some broken old tests * update cartridge tests