Skip to content

Commit 52997f3

Browse files
committed
Remove debug trace
1 parent 7e6a97c commit 52997f3

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
@@ -877,7 +877,6 @@ def produce_loaded_theory_covmat(
877877
# change ordering according to exp_covmat (so according to runcard order)
878878
tmp = theory_covmat.droplevel(0, axis=0).droplevel(0, axis=1)
879879
bb = [str(i) for i in data_input]
880-
import ipdb; ipdb.set_trace()
881880
return tmp.reindex(index=bb, columns=bb, level=0).values
882881

883882
@configparser.explicit_node

0 commit comments

Comments
 (0)