We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf79dbc commit 3bc1158Copy full SHA for 3bc1158
uxarray/grid/grid.py
@@ -333,7 +333,7 @@ def from_file(
333
334
elif backend == "xarray":
335
dataset = xr.open_dataset(filename, **kwargs)
336
- grid_ds, source_grid_spec , source_dims_dict = cls.from_dataset(dataset)
+ grid_ds, source_grid_spec, source_dims_dict = cls.from_dataset(dataset)
337
338
else:
339
raise ValueError("Backend not supported")
0 commit comments