Skip to content
Snippets Groups Projects
Commit e00bdc81 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add comment for the use case when there is no estimated_params

(cherry picked from commit cc26a1d8)
parent 8b177350
Branches
Tags
No related merge requests found
......@@ -148,7 +148,7 @@ if ~isempty(estim_params_)
ub = bounds(:,2);
bayestopt_.lb = lb;
bayestopt_.ub = ub;
else% If estim_params_ is empty...
else% If estim_params_ is empty (e.g. when running the smoother on a calibrated model)
xparam1 = [];
bayestopt_.lb = [];
bayestopt_.ub = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment