We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Erro comes: “ if len(benzynes) + len(penzynes) == 0: NameError: name 'benzynes' is not defined ” So I go to Line 324 and check the codes nearby
aenzynes = [get_nid(node) for node in nei_nodes + [ctr_node] if node.smiles in Vocab.benzynes]
It seems that aenzynes should be benzynes
The text was updated successfully, but these errors were encountered:
Hi,
I didn't find the line aenzynes in fast_jtnn/chemutils.py. Could you pull the latest version from github?
Wengong
Sorry, something went wrong.
No branches or pull requests
Erro comes:
“ if len(benzynes) + len(penzynes) == 0:
NameError: name 'benzynes' is not defined
”
So I go to Line 324 and check the codes nearby
aenzynes = [get_nid(node) for node in nei_nodes + [ctr_node] if node.smiles in Vocab.benzynes]
It seems that aenzynes should be benzynes
The text was updated successfully, but these errors were encountered: