diff --git a/src/resource_use/preparing_grid_resource_use.py b/src/resource_use/preparing_grid_resource_use.py
index 531d1036929c26aab0c393eea5eb7eb677f98a90..80840c7f3b2f7db9983ec895df0d45d61ac4936c 100644
--- a/src/resource_use/preparing_grid_resource_use.py
+++ b/src/resource_use/preparing_grid_resource_use.py
@@ -83,7 +83,7 @@ grid_layer_path = "/homes/mv39zilo/work/Borneo/data/future/grid_repro_res.tif"
 grid = mp.tiff.read_tif(grid_layer_path, 1)
 
 
-grid = np.where(absence == 0, grid, 0)    
+#grid = np.where(absence == 0, grid, 0)    
 np.unique(grid)