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

AttributeError: 'NoneType' object has no attribute 'GetBondType' when running denovo.py #4

Open
shiokoo opened this issue Aug 7, 2024 · 0 comments

Comments

@shiokoo
Copy link

shiokoo commented Aug 7, 2024

Hello,

I encountered an issue while running the denovo.py script. Specifically, I received the following error message:

bondtype_frag = fragment_mol.GetBondBetweenAtoms(v_idx, v1_idx).GetBondType()
AttributeError: 'NoneType' object has no attribute 'GetBondType'

Due to this bug, I can't reproduce the result in the paper. Could you please help me troubleshoot this problem? Any guidance on what might be causing this error and how to fix it would be greatly appreciated.

Thank you!

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