Skip to content

Commit

Permalink
more work on chance sched
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Mar 25, 2024
1 parent e70752c commit ee78e61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libs/pestpp_common/MOEA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,9 @@ void MOEA::queue_chance_runs(ParameterEnsemble& _dp)
pest_scenario.get_base_par_tran_seq().ctl2numeric_ip(pars);
Observations obs = pest_scenario.get_ctl_observations();
//if this is the first iter and no restart

ss.str("");
ss << "queuing chance runs for generation " << iter;
message(1,ss.str());
if (chancepoints == chancePoints::SINGLE)
{
//dont use the _dp, use the class attr dp and op here
Expand Down

0 comments on commit ee78e61

Please sign in to comment.