Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Feb 4, 2025
1 parent b2f42b6 commit ff756a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uxarray/grid/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _slice_face_indices(

# Only slice edge dimension if we already have the connectivity
if "face_edge_connectivity" in grid._ds:
# TODO: add a warning here?
edge_indices = np.unique(
grid.face_edge_connectivity.values[face_indices].ravel()
)
Expand Down

0 comments on commit ff756a0

Please sign in to comment.