Skip to content

Commit

Permalink
fix fusing nidem over tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Jul 26, 2024
1 parent a090eb6 commit e2410a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions odc/stats/plugins/lc_veg_class_a1.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ def native_transform(self, xx):

return xx

def fuser(self, xx):
return xx

def reduce(self, xx: xr.Dataset) -> xr.Dataset:
if self.measurements != self.input_bands:
xx = xx.rename(dict(zip(self.input_bands, self.measurements)))
Expand Down

0 comments on commit e2410a6

Please sign in to comment.