Skip to content
Snippets Groups Projects
Commit e5ab7ed9 authored by Marco Ratto's avatar Marco Ratto Committed by Johannes Pfeifer
Browse files

fixed unknown options warning messages

parent 088db781
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ if init, ...@@ -84,7 +84,7 @@ if init,
options_.use_mh_covariance_matrix = options_list{i,2}; options_.use_mh_covariance_matrix = options_list{i,2};
otherwise otherwise
warning(['imh_sampler: Unknown option (' options_list{i,1} ')!']) warning(['rwmh_sampler: Unknown option (' options_list{i,1} ')!'])
end end
end end
end end
...@@ -134,6 +134,7 @@ if init, ...@@ -134,6 +134,7 @@ if init,
end end
otherwise otherwise
warning(['tarb_sampler: Unknown option (' options_list{i,1} ')!'])
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment