From addbffb415134753de579b1b3a7a4d54cc690c51 Mon Sep 17 00:00:00 2001 From: Muhammad Bilal <91025436+Phantom1746a@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:27:28 +0500 Subject: [PATCH] Update sample.py Without this line of code the sample.py will not Run. error>>>> Module not found "foldingdiff" --- bin/sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sample.py b/bin/sample.py index 97cfccf..f3957b5 100644 --- a/bin/sample.py +++ b/bin/sample.py @@ -22,7 +22,7 @@ # Import data loading code from main training script from train import get_train_valid_test_sets from annot_secondary_structures import make_ss_cooccurrence_plot - +sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) from foldingdiff import modelling from foldingdiff import sampling from foldingdiff import plotting