File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def from_netcdf(
383383 for dim , p in paths .items ():
384384 paths [dim ] = cls ._parse_wildcards (p , filenames , var )
385385
386- # Use dimensions[var] if its a dict of dicts
386+ # Use dimensions[var] if it's a dict of dicts
387387 dims = dimensions [var ] if var in dimensions else dimensions
388388 cls .checkvaliddimensionsdict (dims )
389389 fieldtype = fieldtype [var ] if (fieldtype and var in fieldtype ) else fieldtype
You can’t perform that action at this time.
0 commit comments