Fixed bug introduced in previous commit (4783f9118848abec7e947dc9fabbca12a3e217b0): missing transposition for xparam1.

time-shift
Stéphane Adjemian (Sedna) 2011-05-06 15:08:25 +02:00 committed by Stéphane Adjemian (Scylla)
parent ecb0131771
commit 690607c08c
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ if options_.initialize_estimated_parameters_with_the_prior_mode
if ~isempty(k)
xparam1(k) = bayestopt_.p1(k);
end
xparam1 = transpose(xparam1);
end
% I create subfolder M_.dname/prior if needed.