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

Calling canonicalSmiles causes application hang #1922

Open
twall opened this issue Apr 19, 2024 · 0 comments
Open

Calling canonicalSmiles causes application hang #1922

twall opened this issue Apr 19, 2024 · 0 comments

Comments

@twall
Copy link

twall commented Apr 19, 2024

Steps to Reproduce
epam.indigo==1.18.0
arm64 architecture

import indigo
ind = indigo.Indigo()
m = ind.loadMolecule('C1CC1.C1CCC1.C1CCCC1.C1CCCCC1.C1CCCCCC1.C1CCCCCCC1.C1CCCCCCCC1.C1CCCCCCCCC1.C1CCCCCCCCCC1')
m.smiles()
'C1CC1.C1CCC1.C1CCCC1.C1CCCCC1.C1CCCCCC1.C1CCCCCCC1.C1CCCCCCCC1.C1CCCCCCCCC1.C1CCCCCCCCCC1'
m.canonicalSmiles()
(application hang)

Environment details:

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