Skip to content
Snippets Groups Projects
Commit a2ffe83a authored by Marco Ratto's avatar Marco Ratto
Browse files

Fixed but with non initialized priordens in remote sessions.

parent 91f4a82d
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,12 @@ global bayestopt_ estim_params_ options_ M_ oo_
struct2local(myinputs);
if whoiam,
% initialize persistent variables in priordens()
priordens(xparam1,bayestopt_.pshape,bayestopt_.p6,bayestopt_.p7, ...
bayestopt_.p3,bayestopt_.p4,1);
end
MhDirectoryName = CheckPath('metropolis');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment