Skip to content

Commit

Permalink
Update process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 4, 2024
1 parent 4f9276f commit 8f90cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def getuniquevalues(data, key):
uniquevalues.append(item[key])
return uniquevalues

with open('summary.json') as f:
with open('summary_results.json') as f:
data = json.load(f)
models_all = getuniquevalues(data, "Model")
models_all.insert(0, "All models")
Expand Down

0 comments on commit 8f90cf4

Please sign in to comment.