connorcoley / rdchiral

Wrapper for RDKit's RunReactants to improve stereochemistry handling
MIT License
151 stars 50 forks source link

fix product atoms in are_unmapped_product_atoms loop #9

Closed thomasstruble closed 4 years ago

thomasstruble commented 4 years ago

line 738 uses prod_atoms from the previous loop. Added getAtoms() to are_unmapped_product_atoms loop.