Skip to content

Commit 699d477

Browse files
Update parcels/field.py
Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent d92d214 commit 699d477

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

parcels/field.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def __init__(
208208
else:
209209
raise ValueError("Unsupported mesh type in data array attributes. Choose either: 'spherical' or 'flat'")
210210

211-
# Check if time is in self.data.dims
212211
if "time" not in self.data.dims:
213212
raise ValueError("Field is missing a 'time' dimension. ")
214213

0 commit comments

Comments
 (0)