Skip to content

Commit a8626b5

Browse files
committed
Remove debug trace
1 parent 6b1dd38 commit a8626b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validphys2/src/validphys/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ def produce_loaded_theory_covmat(
878878
# change ordering according to exp_covmat (so according to runcard order)
879879
tmp = theory_covmat.droplevel(0, axis=0).droplevel(0, axis=1)
880880
bb = [str(i) for i in data_input]
881-
import ipdb; ipdb.set_trace()
882881
return tmp.reindex(index=bb, columns=bb, level=0).values
883882

884883
@configparser.explicit_node

0 commit comments

Comments
 (0)