Skip to content

Commit

Permalink
Add a translatable attr to verify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Aug 15, 2024
1 parent 17a4a82 commit aaee623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xscen/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aaee623

Please sign in to comment.