Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canonicalization error in the Example py files #13

Open
thomasATbayer opened this issue Oct 14, 2022 · 0 comments
Open

Canonicalization error in the Example py files #13

thomasATbayer opened this issue Oct 14, 2022 · 0 comments

Comments

@thomasATbayer
Copy link

thomasATbayer commented Oct 14, 2022

There is a bug in the Example files:

Instead of

mols, successful_inds = smiles_to_mols(smiles)
smiles = [Chem.MolToSmiles(m) for m in mols]

it should read

mols, successful_inds = smiles_to_mols(smiles)
smiles = [Chem.MolToSmiles(m) for m in mols]
mols, _ = smiles_to_mols(smiles)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant