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

Bug on icml18-jtnn/fast_jtnn/chemutils.py", line 324, in check_aroma #39

Open
huangwb opened this issue Apr 8, 2019 · 1 comment
Open

Comments

@huangwb
Copy link

huangwb commented Apr 8, 2019

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

@wengong-jin
Copy link
Owner

Hi,

I didn't find the line aenzynes in fast_jtnn/chemutils.py. Could you pull the latest version from github?

Wengong

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

2 participants