Skip to content

Commit

Permalink
fix for reinflate wrt zero weighted obs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Nov 30, 2024
1 parent 84f3b1b commit 6475df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/common/config_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_OS_H_


#define PESTPP_VERSION "5.2.15";
#define PESTPP_VERSION "5.2.16";

#if defined(_WIN32) || defined(_WIN64)
#define OS_WIN
Expand Down
2 changes: 1 addition & 1 deletion src/libs/pestpp_common/EnsembleMethodUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7750,7 +7750,7 @@ void EnsembleMethod::reset_par_ensemble_to_prior_mean(){
ss << "iteration:" << iter;
vector<int> temp;
ofstream& frec = file_manager.rec_ofstream();
oe = oe_base;
oe.reserve(oe_base.get_real_names(),oe.get_var_names());
weights = weights_base;
run_ensemble_util(performance_log,frec,new_pe,oe,run_mgr_ptr,false,temp,NetPackage::NULL_DA_CYCLE, ss.str());
pe = new_pe;
Expand Down

0 comments on commit 6475df8

Please sign in to comment.