Skip to content
Snippets Groups Projects
Commit 08feada8 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug.

parent 120db8f1
Branches
Tags
No related merge requests found
......@@ -518,7 +518,6 @@ else
xparam1 = bayestopt_.p5;
idNaN = isnan(xparam1);
xparam1(idNaN) = bayestopt_.p1(idNaN);
xparam1 = transpose(xparam1);
end
if ~options_.cova_compute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment