Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Nov 13, 2024
1 parent be0abfa commit b03c943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ def stackable(dim: Hashable) -> bool:
and len(var_names) > 1
):
# map the keys to list of strings
# "A: b c d E: f g" returns
# {"A": ["b", "c", "d"], "E": ["f", "g"]}
roles_and_names = defaultdict(list)
key = None
for vname in var_names:
Expand Down

0 comments on commit b03c943

Please sign in to comment.