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
Hey!
I was trying to predict using the code given in the rexgen_direct. But when I was running the code, the following error is obtained. Could you please help me with this?
The text was updated successfully, but these errors were encountered:
There is likely a difference in your PATH/PYTHONPATH relative to what I was
using, sorry; I didn't do a great job documenting my environment for this
project.
You might try either changing that line in
```mol_graph_direct_useScores.py``` to a relative import (```from
.edit_mol_direct_useScores import get_product_smiles```) or an absolute
import (```from rexgen_direct.rank_diff_wln.edit_mol_direct_useScores
import get_product_smiles```) if you have ```rexgen_direct``` in your
python path.
Hey!
I was trying to predict using the code given in the rexgen_direct. But when I was running the code, the following error is obtained. Could you please help me with this?
The text was updated successfully, but these errors were encountered: