From 0f813fea1a59e8c1796225378fe35b48f28153ae Mon Sep 17 00:00:00 2001 From: RoyStegeman Date: Thu, 23 May 2024 20:11:16 +0100 Subject: [PATCH] remove ipdb statement --- validphys2/src/validphys/theorycovariance/construction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validphys2/src/validphys/theorycovariance/construction.py b/validphys2/src/validphys/theorycovariance/construction.py index 3424a9ae25..e97a1f8761 100644 --- a/validphys2/src/validphys/theorycovariance/construction.py +++ b/validphys2/src/validphys/theorycovariance/construction.py @@ -427,7 +427,7 @@ def theory_covmat_custom(covs_pt_prescrip, procs_index, combine_by_type): them into a full covmat. Then reshuffles the order from ordering by process to ordering by experiment as listed in the runcard""" process_info = combine_by_type - import ipdb; ipdb.set_trace() + # Construct a covmat_index based on the order of experiments as they are in combine_by_type # NOTE: maybe the ordering of covmat_index is always the same as that of procs_index? # Regardless, we don't want to open ourselves up to the risk of the ordering of procs_index