From 0335c07aae906eff87fcfacba8d8d402f708e984 Mon Sep 17 00:00:00 2001 From: andreab1997 <andreab1997@yahoo.it> Date: Thu, 7 Apr 2022 22:03:35 +0200 Subject: [PATCH] Fixed bug --- validphys2/src/validphys/config.py | 1 - validphys2/src/validphys/theorycovariance/construction.py | 1 - 2 files changed, 2 deletions(-) diff --git a/validphys2/src/validphys/config.py b/validphys2/src/validphys/config.py index 565a1b90bb..b97d1938d7 100644 --- a/validphys2/src/validphys/config.py +++ b/validphys2/src/validphys/config.py @@ -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 diff --git a/validphys2/src/validphys/theorycovariance/construction.py b/validphys2/src/validphys/theorycovariance/construction.py index 2d1ee8dc8a..002062808e 100644 --- a/validphys2/src/validphys/theorycovariance/construction.py +++ b/validphys2/src/validphys/theorycovariance/construction.py @@ -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 -- GitLab