sanjeev-kumar-4 commited on
Commit
5c3749d
1 Parent(s): dab3262

output directory name restored

Browse files
Files changed (1) hide show
  1. refresh.py +2 -2
refresh.py CHANGED
@@ -774,8 +774,8 @@ if __name__ == "__main__":
774
  print("Done calculating, saving...")
775
  # save them so that the leaderboard can use them. They're quite complex though
776
  # but we can't use pickle files because of git-lfs.
777
- write_out_results(all_data_tasks, "all_data_tasks_temp2")
778
- write_out_results(boards_data, "boards_data_temp2")
779
 
780
  # to load them use
781
  # all_data_tasks = load_results("all_data_tasks")
 
774
  print("Done calculating, saving...")
775
  # save them so that the leaderboard can use them. They're quite complex though
776
  # but we can't use pickle files because of git-lfs.
777
+ write_out_results(all_data_tasks, "all_data_tasks")
778
+ write_out_results(boards_data, "boards_data")
779
 
780
  # to load them use
781
  # all_data_tasks = load_results("all_data_tasks")