From 916463c0497258749a2fe5dbf82256af4107f3ce Mon Sep 17 00:00:00 2001 From: Guillaume Bouvier Date: Tue, 23 Sep 2025 15:27:18 +0200 Subject: [PATCH] chore: Remove hardcoded BABEL_LIBDIR in example --- example/genscore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/genscore.py b/example/genscore.py index 52f300b..3106a91 100644 --- a/example/genscore.py +++ b/example/genscore.py @@ -15,7 +15,7 @@ torch.multiprocessing.set_sharing_strategy('file_system') #you need to set the babel libdir first if you need to generate the pocket -os.environ["BABEL_LIBDIR"] = "/home/shenchao/.conda/envs/my3/lib/openbabel/3.1.0" +# os.environ["BABEL_LIBDIR"] = "/home/shenchao/.conda/envs/my3/lib/openbabel/3.1.0" def Input(): p = argparse.ArgumentParser()