We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6a97c commit 52997f3Copy full SHA for 52997f3
validphys2/src/validphys/config.py
@@ -877,7 +877,6 @@ def produce_loaded_theory_covmat(
877
# change ordering according to exp_covmat (so according to runcard order)
878
tmp = theory_covmat.droplevel(0, axis=0).droplevel(0, axis=1)
879
bb = [str(i) for i in data_input]
880
- import ipdb; ipdb.set_trace()
881
return tmp.reindex(index=bb, columns=bb, level=0).values
882
883
@configparser.explicit_node
0 commit comments