Skip to content
Snippets Groups Projects
Commit e172d627 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch '4.6' into '4.6'

bug fix for parallel execution of slice

See merge request !1690
parents 6e0e752a d80b5293
Branches
Tags
2 merge requests!1815WIP Cherry-picks for 4.6,!1690bug fix for parallel execution of slice
Pipeline #2767 passed
......@@ -86,6 +86,8 @@ oo_ = myinputs.oo_;
if whoiam
% initialize persistent variables in priordens()
priordens(xparam1,bayestopt_.pshape,bayestopt_.p6,bayestopt_.p7, bayestopt_.p3,bayestopt_.p4,1);
% initialize persistent variables in prior_draw()
prior_draw(bayestopt_,options_.prior_trunc);
end
MetropolisFolder = CheckPath('metropolis',M_.dname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment