mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
more changes to sampling
This commit is contained in:
parent
78a411ebb7
commit
1bf5e7b2cb
1 changed files with 0 additions and 5 deletions
|
|
@ -235,11 +235,6 @@ class ResonanceCovarianceRange:
|
|||
warnings.warn(warn_str)
|
||||
parameters = self.parameters
|
||||
cov = self.covariance
|
||||
# Copy ResonanceRange object
|
||||
res_range = copy.copy(self.file2res)
|
||||
# Set _prepared to False to ensure sampled parameters are
|
||||
# used during construction routine
|
||||
res_range._prepared = False
|
||||
|
||||
nparams, params = parameters.shape
|
||||
# Symmetrizing covariance matrix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue