From c417b1c96ce26cb279fe2c535054b2ec9aa27aac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?No=C3=A9=20Pirlet?= <noe.pirlet@uclouvain.be>
Date: Mon, 26 Feb 2024 14:08:50 +0000
Subject: [PATCH] Update Spot_polynyas.py

---
 Spot_polynyas.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Spot_polynyas.py b/Spot_polynyas.py
index c4ec8e4..7f4aee4 100644
--- a/Spot_polynyas.py
+++ b/Spot_polynyas.py
@@ -53,7 +53,6 @@ if(is_cyclic):
     msk_cont[isf_draft == True] = True
     is_cont = msk_cont
     is_ant = msk_cont
-    print(np.shape(msk_cont))
 
     if lfi == True:
         mask_LFI = np.load("/cofast/npirlet/eANT_025/mask_LFI_MAMJJASO_2001-2017.npy")
@@ -68,7 +67,6 @@ else:
     msk_cont[isf_draft == True] = True  
     is_cont = msk_cont
     is_ant = msk_cont
-    print(np.shape(msk_cont))
 
     if lfi == True:
         mask_LFI = np.load("/cofast/npirlet/eANT_025/mask_LFI_MAMJJASO_2001-2017.npy")
-- 
GitLab