We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdd949 commit 0c372c7Copy full SHA for 0c372c7
1 file changed
uxarray/grid/grid.py
@@ -1864,7 +1864,6 @@ def encode_as(self, grid_type: str) -> xr.Dataset:
1864
warn(
1865
"Grid.encode_as will be deprecated in a future release. Please use Grid.to_xarray instead."
1866
)
1867
- grid_type = grid_type.lower()
1868
# Node boundaries/coords are not populated by default. Accessing node_lon will trigger their population.
1869
# Do this before encoding to ensure that the node boundaries/coords are populated.
1870
_ = self.node_lon
0 commit comments