From 40ab39861f9cec261360568bdc01807dc8ba0c7c Mon Sep 17 00:00:00 2001 From: Toktam Ebadi Date: Tue, 29 Oct 2024 01:12:06 +0000 Subject: [PATCH] Removed commented code --- odc/stats/plugins/l34_utils/lc_water_seasonality.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/odc/stats/plugins/l34_utils/lc_water_seasonality.py b/odc/stats/plugins/l34_utils/lc_water_seasonality.py index f6cb56cd..e4fa6e3b 100644 --- a/odc/stats/plugins/l34_utils/lc_water_seasonality.py +++ b/odc/stats/plugins/l34_utils/lc_water_seasonality.py @@ -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