Skip to content

Commit 05a7f29

Browse files
authored
Fix (ecmwf#715)
1 parent bec408b commit 05a7f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evaluate/src/weathergen/evaluate/run_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def evaluate() -> None:
110110
)
111111

112112
for metric in metrics_to_compute:
113-
scores_dict[metric][stream][run_id] = all_metrics.sel(
113+
scores_dict[metric][region][stream][run_id] = all_metrics.sel(
114114
{"metric": metric}
115115
)
116116
# plot summary

0 commit comments

Comments
 (0)