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

Bug fix (name of the PAC model).

Was crashing if the PAC target was composite.
parent 7d332dee
Branches
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ else
end
% Makes no sense to have a composite PAC target with a trend component auxiliary model (where all the variables are non stationnary)
if numberofcomponents>0 && strcmp(M_.pac.pacman.auxiliary_model_type, 'trend_component')
if numberofcomponents>0 && strcmp(pacmodel.auxiliary_model_type, 'trend_component')
error('Composite PAC target not allowed with trend component model.')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment