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

fix bug in estimation input: mh_recover

parent 8bc1fc30
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,9 @@ try ...@@ -114,6 +114,9 @@ try
options_.MCMC_jumping_covariance = strrep(value, '.mat', ''); options_.MCMC_jumping_covariance = strrep(value, '.mat', '');
end end
case 'mh_recover'
options_.mh_recover = logical(value);
otherwise otherwise
if isnumeric(value) if isnumeric(value)
eval(['options_.' gui_auxiliary.command_option_mapping(name) '=' num2str(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