diff --git a/USECASES/unittest/labels.py b/USECASES/unittest/labels.py index 6b7b1cd..1ae24c8 100644 --- a/USECASES/unittest/labels.py +++ b/USECASES/unittest/labels.py @@ -113,7 +113,7 @@ def setUp(self): adj_matrix = np.loadtxt(file_path, delimiter=",") # Read the CSV file into a DataFrame -df = pd.read_csv("/Users/visheshyadav/Documents/GitHub/CoreRec/SANDBOX/labelele.csv") +df = pd.read_csv("labelele.csv") # # Find the top nodes top_nodes = find_top_nodes(adj_matrix, num_nodes=5)