You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: