Skip to content

Commit 908f201

Browse files
Update Clustering.py -- added .. to import paths
1 parent a1a04c3 commit 908f201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Protein-Ligand/Scripts/Clustering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from scipy import stats
4444
from scipy.spatial import distance
4545

46+
sys.path.append(os.path.abspath(os.path.join(os.getcwd(), '..')))
4647
from Scripts.IFP_generation import *
4748

4849
from sklearn import linear_model

0 commit comments

Comments
 (0)