We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f134247 commit 6fd6eb8Copy full SHA for 6fd6eb8
pipt/update_schemes/esmda.py
@@ -117,6 +117,7 @@ def calc_analysis(self):
117
self.prior_data_misfit_std = np.std(data_misfit)
118
self.data_misfit = np.mean(data_misfit)
119
self.data_misfit_std = np.std(data_misfit)
120
+ self.ensemble_misfit = data_misfit
121
122
self.logger.info(
123
f'Prior run complete with data misfit: {self.prior_data_misfit:0.1f}.')
0 commit comments