We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a4fe0 commit 9badc73Copy full SHA for 9badc73
parcels/fieldset.py
@@ -383,7 +383,7 @@ def from_netcdf(
383
for dim, p in paths.items():
384
paths[dim] = cls._parse_wildcards(p, filenames, var)
385
386
- # Use dimensions[var] if its a dict of dicts
+ # Use dimensions[var] if it's a dict of dicts
387
dims = dimensions[var] if var in dimensions else dimensions
388
cls.checkvaliddimensionsdict(dims)
389
fieldtype = fieldtype[var] if (fieldtype and var in fieldtype) else fieldtype
0 commit comments