Skip to content

Commit 0af3e1b

Browse files
nkarasiakgithub-actions[bot]
authored andcommitted
style(ruff) : automatic lint/format
1 parent b8a77aa commit 0af3e1b

File tree

1 file changed

+1
-1
lines changed
  • earthdaily/earthdatastore/cube_utils

1 file changed

+1
-1
lines changed

earthdaily/earthdatastore/cube_utils/_zonal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def zonal_stats(
117117
out_grid = make_geocube(
118118
gdf,
119119
measurements=["feature"],
120-
like=dataset, # ensure the data are on the same grid
120+
like=dataset, # ensure the data are on the same grid
121121
)
122122
cube = dataset.groupby(out_grid.feature)
123123
zonal_stats = xr.concat(

0 commit comments

Comments
 (0)