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 @@ -384,7 +384,7 @@ def from_netcdf(
384384
385385 gridindexingtype = kwargs .get ("gridindexingtype" , "nemo" )
386386
387- indices : dict [str , npt .NDArray ] = {} # TODO Nick: Cleanup
387+ indices : dict [str , npt .NDArray ] = {}
388388
389389 interp_method : InterpMethod = kwargs .pop ("interp_method" , "linear" )
390390 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