IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

Error in VAR/assign #284

Closed tosapola closed 3 years ago

tosapola commented 3 years ago

Hi,

There might be some typo in this function.

Unrecognized function or variable 'nGrp'.

Error in VAR/assign (line 87)
elseif size(K, 1) ~= ny || size(K, 2) ~= nGrp ||
size(K, 3) ~= nv

Error in run_svar (line 83)
vt = assign(v,A(:,2:end-1),A(:,1),A(:,end),v.Omega);

Best, Tos

jaromir-benes commented 3 years ago

Thanks. Will be fixed in the next release. Best, Jaromir

On Mon, Nov 16, 2020 at 5:36 AM tosapola notifications@github.com wrote:

Hi,

There might be some typo in this function.

Unrecognized function or variable 'nGrp'.

Error in VAR/assign (line 87) elseif size(K, 1) ~= ny || size(K, 2) ~= nGrp || size(K, 3) ~= nv

Error in run_svar (line 83) vt = assign(v,A(:,2:end-1),A(:,1),A(:,end),v.Omega);

Best, Tos

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/284, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKWBZFEJEXIRD53WMS3SQCT6DANCNFSM4TWVXVJQ .