Skip to content

Commit 88b31f1

Browse files
authored
Merge branch 'main' into ahijevyc/fix-duplicate-TWO-dim-rename
2 parents a0a35f7 + b70576f commit 88b31f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uxarray/grid/bounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _populate_face_bounds(
9797

9898
bounds_da = xr.DataArray(
9999
bounds_array,
100-
dims=["n_face", "lon_lat", "min_max"],
100+
dims=["n_face", "lat_lon", "min_max"],
101101
attrs={
102102
"cf_role": "face_latlon_bounds",
103103
"_FillValue": INT_FILL_VALUE,

0 commit comments

Comments
 (0)