Skip to content

Commit

Permalink
Update process_results_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 4, 2024
1 parent 0e45287 commit 9c1a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_results_table.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9c1a153

Please sign in to comment.