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