Skip to content

Commit

Permalink
Per #2170, do not call clear() first since it resets obs_thresh to NA…
Browse files Browse the repository at this point in the history
… when it should not.
  • Loading branch information
JohnHalleyGotway committed Jun 9, 2022
1 parent 919ce18 commit 47fb69e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libcode/vx_statistics/ens_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 47fb69e

Please sign in to comment.