Skip to content
Snippets Groups Projects
Verified Commit 3e3f5394 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

bug: internals.m: account for new location of results files in 5.x

(cherry picked from commit 6f8fc22d)
parent cc928072
No related branches found
No related tags found
No related merge requests found
Pipeline #9319 failed
......@@ -109,7 +109,7 @@ if strcmpi(flag,'--load-mh-history') || strcmpi(flag,'--display-mh-history')
assignin('caller','mcmc_informations',o);
else
oo = load_first_mh_history_file([dname filesep 'metropolis'],fname);
local = load([fname '_results'],'bayestopt_');
local = load([dname filesep 'Output' filesep fname '_results'],'bayestopt_');
names = local.bayestopt_.name; %evalin('base','bayestopt_.name');
str = ['MCMC set-up for ' fname ' mod file'];
ltr = length(str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment