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

MATLAB compatibility fix: skip identification/kim/kim2.mod test under R2009b

MATLAB crashes, most likely due to an internal bug.

(cherry picked from commit c5f50a34)
parent 2c1243cd
Branches
Tags
1 merge request!1815WIP Cherry-picks for 4.6
......@@ -60,6 +60,11 @@ dumpy ,uniform_pdf, , ,0,10;
end;
varobs c i;
/* Skip test under MATLAB R2009b
MATLAB crashes, most likely due to an internal bug */
if isoctave || ~matlab_ver_less_than('7.10')
identification(advanced=1,max_dim_cova_group=3);
//varobs c i lam; //to check if observing lam identifies phi and theta
//identification(ar=1,advanced=1,max_dim_cova_group=3,prior_mc=250);
......@@ -68,3 +73,5 @@ identification(advanced=1,max_dim_cova_group=3);
estim_params_=[];
identification(advanced=1,max_dim_cova_group=3);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment