Skip to content

Commit

Permalink
small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Sep 15, 2023
1 parent bd47882 commit 6c324c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uxarray/grid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def __init__(self,
else:
raise ValueError(
"Directly constructing a Grid requires the input dataset to be in the UGRID "
"conventions")
"conventions"
) # TODO: elaborate once we have a formal definition

# mapping of ugrid dimensions and variables to source dataset's conventions
self._source_dims_dict = source_dims_dict
Expand Down

0 comments on commit 6c324c2

Please sign in to comment.