diff --git a/Spot_polynyas.py b/Spot_polynyas.py index c4ec8e4c7f866f0c4f45cb7fa9c66a8d0873e599..7f4aee48cc824575ab2405c6081439413f254756 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")