Skip to content

Commit

Permalink
remove prints in coupling utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolz committed Apr 23, 2024
1 parent 4b2bcca commit 2687c2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soopercool/coupling_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
Expand Down

0 comments on commit 2687c2d

Please sign in to comment.