Skip to content

Commit

Permalink
Merge pull request #21 from sebastiandro/master
Browse files Browse the repository at this point in the history
from_smiles descriptors are returned in the same order as input SMILES
  • Loading branch information
tjkessler authored Apr 13, 2021
2 parents 7998b92 + aebdf48 commit dedafa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion padelpy/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def from_smiles(smiles, output_csv: str = None, descriptors: bool = True,
d_2d=descriptors,
d_3d=descriptors,
fingerprints=fingerprints,
sp_timeout=timeout
sp_timeout=timeout,
retainorder=True
)
break
except RuntimeError as exception:
Expand Down

0 comments on commit dedafa8

Please sign in to comment.