From 2687c2d18fc195484590de9e6593489b6d280ec0 Mon Sep 17 00:00:00 2001 From: Kevin Wolz Date: Tue, 23 Apr 2024 08:20:09 +0100 Subject: [PATCH] remove prints in coupling utils --- soopercool/coupling_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/soopercool/coupling_utils.py b/soopercool/coupling_utils.py index 9dea841..42c86bb 100644 --- a/soopercool/coupling_utils.py +++ b/soopercool/coupling_utils.py @@ -121,8 +121,6 @@ def read_mcm(mcm_file, binned=False, full_mcm=False): _, n_bins, _, nl = mcm[f"spin0xspin0{suffix}"].shape if full_mcm: full_mcm = np.zeros((9, n_bins, 9, nl)) - print(mcm[f"spin0xspin0{suffix}"].shape) - print(full_mcm[0, :, 0, :].shape) full_mcm[0, :, 0, :] = mcm[f"spin0xspin0{suffix}"][0, :, 0, :] full_mcm[1:3, :, 1:3, :] = mcm[f"spin0xspin2{suffix}"] full_mcm[3:5, :, 3:5, :] = mcm[f"spin0xspin2{suffix}"]