Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Sep 30, 2023
1 parent 6d5f334 commit e05b13d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/pestpp_common/EnsembleMethodUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7630,7 +7630,7 @@ bool EnsembleMethod::solve(bool use_mda, vector<double> inflation_factors, vecto
pe_best = pe.zeros_like(0);
if (verbose_level > 2)
{
performance_log->log_event("saving 'best' parameter ensemble that was used to form mean vector);
performance_log->log_event("saving 'best' parameter ensemble that was used to form mean vector");
//TODO:...
//pe_best.to_csv()
}
Expand Down Expand Up @@ -7951,7 +7951,6 @@ bool EnsembleMethod::solve(bool use_mda, vector<double> inflation_factors, vecto
}
save_ensembles("rejected",cycle,pe_lams[best_idx],oe_lam_best);
}
report_and_save();

return true;
}
Expand Down

0 comments on commit e05b13d

Please sign in to comment.