Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
1 parent 1a7d532 commit 596c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/stats/plugins/lc_level34.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def reduce(self, xx: xr.Dataset) -> xr.Dataset:
attrs = xx.attrs.copy()
attrs["nodata"] = NODATA
dims = xx.classes_l3_l4.dims[1:]

data_vars = {
"level3": xr.DataArray(level3.squeeze(), dims=dims, attrs=attrs),
"level4": xr.DataArray(level4.squeeze(), dims=dims, attrs=attrs),
Expand Down

0 comments on commit 596c64f

Please sign in to comment.