bytedance / DecompOpt

Apache License 2.0
8 stars 1 forks source link

Missing code #3

Open XYxiyang opened 1 month ago

XYxiyang commented 1 month ago

Thank you for your insightful and beautiful work! However, when I try to reproduce your work based on `python scripts/evaluate_mol_in_place_compose.py‘, this error occured: "ModuleNotFoundError: No module named 'scripts.local'", and I am wondering if this is caused by some missing module by accident. I did not find this module in DecompDiff repository. Thanks for your valuable time and efforts.

fyre87 commented 1 month ago

I am having the same issue, specifically when doing "from scripts.local.misc.extract_decompdiff import decompose_generated_ligand". I do not see the "decompose_generated_ligand" command. Where is this command?

laviaf commented 1 month ago

Thanks for the issue! We have uploaded the missing function and will update in our main branch soon

XYxiyang commented 1 month ago

Thanks for the issue! We have uploaded the missing function and will update in our main branch soon

Any latest progress? Thanks again for your efforts!