From aaee623858369d147590bc5efadf01bbda8e0b2b Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Thu, 15 Aug 2024 14:19:11 -0400 Subject: [PATCH] Add a translatable attr to verify ci --- src/xscen/diagnostics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xscen/diagnostics.py b/src/xscen/diagnostics.py index c916cf53..4ffe8115 100644 --- a/src/xscen/diagnostics.py +++ b/src/xscen/diagnostics.py @@ -520,6 +520,7 @@ def measures_heatmap( ds_hmap.attrs["cat:processing_level"] = to_level ds_hmap.attrs.pop("cat:variable", None) add_attr(ds_hmap["heatmap"], "long_name", _("Ranking of measure performance")) + add_attr(ds_hmap["heatmap"], "long_name", _("Measure performance ranking")) return ds_hmap