Skip to content

Commit 26d8c28

Browse files
authored
Correct typo in "pearsonr" (#4140)
1 parent b0f9558 commit 26d8c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esmvaltool/diag_scripts/monitor/multi_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ def _get_benchmark_mask(
12281228

12291229
def _get_benchmark_metric(self, dataset: dict) -> str:
12301230
"""Get benchmarking metric."""
1231-
for metric in ("emd", "pearsor", "rmse"):
1231+
for metric in ("emd", "pearsonr", "rmse"):
12321232
if dataset["short_name"].startswith(f"{metric}_"):
12331233
return metric
12341234
metric = "bias"

0 commit comments

Comments
 (0)