Skip to content

Commit

Permalink
corrected import path
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldLamNL committed Jan 9, 2024
1 parent 05fc4bb commit 501ed3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Analysis/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"import pandas as pd\n",
"\n",
"from visualize import *\n",
"from utils import *\n",
"\n",
"my_dict = {'t1': 'T1','t2': 'T2','t3': 'T3','t4': 'T4','t5': 'T5',\n",
" 'v1': 'V1','v2': 'V2','v3': 'V3','v4': 'V4','v5': 'V5',\n",
Expand Down
2 changes: 1 addition & 1 deletion Analysis/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from sklearn.cluster import DBSCAN
from sklearn.decomposition import PCA
from Analysis.tools import *
from tools import *

class Visualize:
'''
Expand Down

0 comments on commit 501ed3a

Please sign in to comment.