Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tebadi committed Oct 29, 2024
1 parent b35af9e commit 40ab398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions odc/stats/plugins/l34_utils/lc_water_seasonality.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ def water_seasonality(xx: xr.Dataset, water_seasonality_threshold):
dtype="uint8",
**{"watseas_trh": water_seasonality_threshold},
)

# mapping = {100: 1, 200: 2}
# water_season_mask = utils.apply_mapping(water_season_mask, mapping)

return water_season_mask

0 comments on commit 40ab398

Please sign in to comment.