Skip to content

Commit 1261d23

Browse files
Remove TODO comment related to interpolator setting
Default interpolators for UxDataset fields are being set in Field.__init__ with a call to field._select_ux_interpolator
1 parent a1b7ccf commit 1261d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parcels/_core/fieldset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def from_fesom2(ds: ux.UxDataset):
283283

284284
fields = {}
285285
if "U" in ds.data_vars and "V" in ds.data_vars:
286-
# TO DO: Assign interpolator based on dimensions
287286
fields["U"] = Field("U", ds["U"], grid)
288287
fields["V"] = Field("V", ds["V"], grid)
289288
fields["U"].units = GeographicPolar()

0 commit comments

Comments
 (0)