Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh9131 committed Jun 7, 2024
1 parent 4cd56f1 commit ff58104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USECASES/unittest/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ff58104

Please sign in to comment.