From 47fb69e86336b2379d22045f7babb0097da7d8fb Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Thu, 9 Jun 2022 13:41:33 -0600 Subject: [PATCH] Per #2170, do not call clear() first since it resets obs_thresh to NA when it should not. --- src/libcode/vx_statistics/ens_stats.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libcode/vx_statistics/ens_stats.cc b/src/libcode/vx_statistics/ens_stats.cc index 8349258ef0..d7c0e2c088 100644 --- a/src/libcode/vx_statistics/ens_stats.cc +++ b/src/libcode/vx_statistics/ens_stats.cc @@ -225,9 +225,6 @@ void ECNTInfo::set(const PairDataEnsemble &pd) { double fbar, obar, ffbar, oobar, fobar; NumArray cur; - // Initalize - clear(); - // Store the number of ensemble members n_ens = pd.n_ens;