Skip to content

Commit

Permalink
fix multi-index level variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Apr 4, 2024
1 parent 00f5382 commit 3f1d4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/core/indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ def create_variables(
attrs=attrs,
encoding=encoding,
fastpath=True,
name=name,
)

return index_vars
Expand Down

0 comments on commit 3f1d4a7

Please sign in to comment.