diff --git a/process_results_table.py b/process_results_table.py index acfefd43c..96342a1bf 100644 --- a/process_results_table.py +++ b/process_results_table.py @@ -1,7 +1,7 @@ import json import os -with open('summary.json') as f: +with open('summary_results.json') as f: data = json.load(f) #print(models_all) #print(platforms)