mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
remove unused variable
This commit is contained in:
parent
28414ef283
commit
5918f5b4a4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue