Skip to content

Commit

Permalink
Update grid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzedwick committed Jan 9, 2025
1 parent 807ae1e commit a978706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uxarray/grid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ def inverse_indices(self) -> xr.Dataset:

@property
def is_subset(self):
"""Returns `True` if the Grid is a subset, and 'False' otherwise."""
"""Returns `True` if the Grid is a subset, 'False' otherwise."""
return self._is_subset

def chunk(self, n_node="auto", n_edge="auto", n_face="auto"):
Expand Down

0 comments on commit a978706

Please sign in to comment.