Skip to content

Commit 0c372c7

Browse files
committed
o Remove duplicate
1 parent 5cdd949 commit 0c372c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

uxarray/grid/grid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,6 @@ def encode_as(self, grid_type: str) -> xr.Dataset:
18641864
warn(
18651865
"Grid.encode_as will be deprecated in a future release. Please use Grid.to_xarray instead."
18661866
)
1867-
grid_type = grid_type.lower()
18681867
# Node boundaries/coords are not populated by default. Accessing node_lon will trigger their population.
18691868
# Do this before encoding to ensure that the node boundaries/coords are populated.
18701869
_ = self.node_lon

0 commit comments

Comments
 (0)