Skip to content

Commit

Permalink
remove leftover comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Sep 15, 2023
1 parent 063375e commit 2e512b5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions uxarray/io/_ugrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ def _read_ugrid(xr_ds):
})

xr_ds = xr_ds.set_coords(["Mesh2_node_x", "Mesh2_node_y"])
# if len(coord_names) == 2:
# # set coordinates
# xr_ds = xr_ds.set_coords(["Mesh2_node_x", "Mesh2_node_y"])
# else:
# xr_ds = xr_ds.set_coords(
# [["Mesh2_node_x", "Mesh2_node_y",
# "Mesh2_node_z"] # TODO: remove Mesh2_node_z
# ])

# standardize fill values and data type for face nodes
xr_ds = _standardize_fill_values(xr_ds)
Expand Down

0 comments on commit 2e512b5

Please sign in to comment.