Skip to content
Snippets Groups Projects
Verified Commit 5ae211ee 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.

(cherry picked from commit de8298c7)
parent 71b5555a
Branches
Tags
No related merge requests found
Pipeline #10262 passed
......@@ -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