Skip to content

Commit bda8cd2

Browse files
committed
Update sgrid_rename_dims to sgrid_rename
1 parent 17ba6d7 commit bda8cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/parcels/_datasets/structured/generic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
_attach_sgrid_metadata,
99
)
1010
from parcels._core.utils.sgrid import (
11-
rename as sgrid_rename_dims,
11+
rename as sgrid_rename,
1212
)
1313
from parcels._datasets.utils import _attach_sgrid_metadata
1414

@@ -263,7 +263,7 @@ def _unrolled_cone_curvilinear_grid():
263263
),
264264
)
265265
.pipe(
266-
sgrid_rename_dims,
266+
sgrid_rename,
267267
_COMODO_TO_2D_SGRID,
268268
)
269269
),
@@ -284,7 +284,7 @@ def _unrolled_cone_curvilinear_grid():
284284
),
285285
)
286286
.pipe(
287-
sgrid_rename_dims,
287+
sgrid_rename,
288288
_COMODO_TO_2D_SGRID,
289289
)
290290
),

0 commit comments

Comments
 (0)