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()