Skip to content

Commit

Permalink
work on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 28, 2024
1 parent 8a0ecca commit 2a2ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anemoi/utils/grib.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def paramid_to_shortname(paramid: int) -> str:
Parameter shortname.
>>> paramid_to_shortname(167)
"2t"
'2t'
"""
return _search(str(paramid))["shortname"]

0 comments on commit 2a2ed74

Please sign in to comment.