Skip to content
Snippets Groups Projects
Commit 0335c07a authored by andreab1997's avatar andreab1997
Browse files

Fixed bug

parent 11aaf280
No related tags found
No related merge requests found
......@@ -780,7 +780,6 @@ class CoreConfig(configparser.Config):
Loads the theory covmat from the correct file according to how it
was generated by vp-setupfit.
"""
import ipdb; ipdb.set_trace()
if theory_covmat_flag is False:
return np.array([])
#Load correct file according to how the thcovmat was generated by vp-setupfit
......
......@@ -8,7 +8,6 @@ from __future__ import generator_stop
import logging
from collections import defaultdict, namedtuple
import pdb
import numpy as np
import scipy.linalg as la
import pandas as pd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment