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

Program crashes if rdkit cannot parse some molecules in sdf file #23

Open
lbabetto opened this issue Apr 27, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@lbabetto
Copy link
Contributor

Program stops if rdkit cannot produce a mol file from a sdf library, triggering the ValueError exception in the Compound initialization phase.

We should consider adding a generic try/except in the Library.read() method or specifically work around this issue at initialization of the Compound object.

@lbabetto lbabetto added the bug Something isn't working label Apr 27, 2022
@lbabetto
Copy link
Contributor Author

IS23-MRE.zip

Added MRE for this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants