Skip to content

Commit 2e1fac9

Browse files
committed
fix: typo
1 parent 48e2ce8 commit 2e1fac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambench/metrics/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def aggregate_domain_results():
9898
for model in leaderboard_models:
9999
domain_results = aggregate_domain_results_for_one_model(model)
100100
stability = fetch_stability_results(model)
101-
domain_results["stability"] = stability
101+
domain_results["Stability"] = stability
102102
results[model.model_name] = domain_results
103103

104104
return results

0 commit comments

Comments
 (0)