Closed sooheon closed 4 years ago
Thank you for the report. I think this is probably a bug that happens with load=True
. As you can see here, self.valid_ids
is not created when load=True
. I will fix it. Before that, setting load=False
should be able to solve the issue.
This should be fixed in #103 and you can install from source to try it. Note that you need to delete the old file lipophilicity_dglgraph.bin
.
Not sure why this fails, because
valid_ids
is created in_pre_process
which is called in init.