remove unused variable

This commit is contained in:
Isaac Meyer 2018-07-27 11:15:07 -05:00
parent 28414ef283
commit 5918f5b4a4

View file

@ -234,7 +234,6 @@ class ResonanceCovarianceRange:
# Symmetrizing covariance matrix
cov = cov + cov.T - np.diag(cov.diagonal())
covsize = cov.shape[0]
formalism = self.formalism
mpar = self.mpar
samples = []