Skip to content

Commit

Permalink
Merge pull request #745 from choderalab/fix-oe-sdf
Browse files Browse the repository at this point in the history
remove extra OEAddExplicitHydrogens
  • Loading branch information
zhang-ivy authored Oct 26, 2020
2 parents d1bf2d4 + 8e8a193 commit f640bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perses/utils/openeye.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def createOEMolFromSDF(sdf_filename, index=0, add_hydrogens=True, allow_undefine
oechem.OEAssignHybridization(molecule)
if add_hydrogens:
oechem.OEAddExplicitHydrogens(molecule)
oechem.OEAddExplicitHydrogens(molecule)
oechem.OEPerceiveChiral(molecule)

# perceive chirality
Expand Down

0 comments on commit f640bf8

Please sign in to comment.