Skip to content
Snippets Groups Projects
Commit 1294320e authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

fix bug in estimation input: mh_recover

parent b02e7a74
Branches
No related tags found
No related merge requests found
......@@ -114,6 +114,9 @@ try
options_.MCMC_jumping_covariance = strrep(value, '.mat', '');
end
case 'mh_recover'
options_.mh_recover = logical(value);
otherwise
if isnumeric(value)
eval(['options_.' gui_auxiliary.command_option_mapping(name) '=' num2str(value) ';']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment