Skip to content

Commit 6fd6eb8

Browse files
committed
store the misfit for all members for screening in sequential approach
1 parent f134247 commit 6fd6eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipt/update_schemes/esmda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def calc_analysis(self):
117117
self.prior_data_misfit_std = np.std(data_misfit)
118118
self.data_misfit = np.mean(data_misfit)
119119
self.data_misfit_std = np.std(data_misfit)
120+
self.ensemble_misfit = data_misfit
120121

121122
self.logger.info(
122123
f'Prior run complete with data misfit: {self.prior_data_misfit:0.1f}.')

0 commit comments

Comments
 (0)