mgyigit commited on
Commit
3d57876
·
verified ·
1 Parent(s): 0c949e4

Update src/saving_utils.py

Browse files
Files changed (1) hide show
  1. src/saving_utils.py +1 -1
src/saving_utils.py CHANGED
@@ -7,7 +7,7 @@ script_dir = os.path.dirname(os.path.abspath(__file__))
7
  sys.path.append('..')
8
  sys.path.append('.')
9
 
10
- def save_similarity_output(output_dict, method_name, leaderboard_path="./data/leaderboard_results.csv", similarity_path="./data/similarity_results.csv"):
11
  # Load or initialize the DataFrames
12
  print(script_dir)
13
  if os.path.exists(leaderboard_path):
 
7
  sys.path.append('..')
8
  sys.path.append('.')
9
 
10
+ def save_similarity_output(output_dict, method_name, leaderboard_path="/home/user/app/src/data/leaderboard_results.csv", similarity_path="./data/similarity_results.csv"):
11
  # Load or initialize the DataFrames
12
  print(script_dir)
13
  if os.path.exists(leaderboard_path):