sampler options to be set also when load_mh_file = 1

time-shift
Marco Ratto 2017-01-17 19:08:47 +01:00 committed by Stéphane Adjemian (Charybdis)
parent fd8073720e
commit 49b45a3ba7
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ if options_.load_results_after_load_mh
end
end
if options_.mh_replic
if options_.mh_replic || options_.load_mh_file,
[current_options, options_] = check_posterior_sampler_options([], options_, bounds);
options_.posterior_sampler_options.current_options = current_options;
end