DanielePoterti commited on
Commit
576e640
·
1 Parent(s): 50c9c71

Add confirmation print statement to indicate modified script execution

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +2 -0
src/leaderboard/read_evals.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import glob
2
  import json
3
  import math
 
1
+ print("--- CONFIRMED: Running the modified version of read_evals.py ---")
2
+
3
  import glob
4
  import json
5
  import math