Skip to content

Commit d5edf0e

Browse files
committed
add todo comment
1 parent eab6cc5 commit d5edf0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

parcels/field.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def __init__(
169169
try:
170170
if isinstance(data, ux.UxDataArray):
171171
_assert_valid_uxdataarray(data)
172+
# TODO: For unstructured grids, validate that `data.uxgrid` is the same as `grid`
172173
else:
173174
pass # TODO v4: Add validation for xr.DataArray objects
174175
except Exception as e:

0 commit comments

Comments
 (0)