Skip to content

Commit 0f89a3d

Browse files
committed
remove todo
1 parent 9badc73 commit 0f89a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcels/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def from_netcdf(
382382

383383
gridindexingtype = kwargs.get("gridindexingtype", "nemo")
384384

385-
indices = {} # TODO Nick: Cleanup
385+
indices = {}
386386

387387
interp_method: InterpMethod = kwargs.pop("interp_method", "linear")
388388
if type(interp_method) is dict:

0 commit comments

Comments
 (0)