Error with 'fake' mode (mh_draws) values

Hi All,

I get the following error when I run the dynare mod file. In my .mod file i have a loop that calls ‘fake’ mode values (mh_draws) from the directory in which the estimation results were stored and then calculates the kalman transition matrices. The file gives me the following error for some of the ‘fake’ mode values. I do not understand why is that the case? any help would be appreciated.

Thanks in advance.

Error in ==> DsgeLikelihood at 5
global bayestopt_ exo_nbr dr_ estim_params_ Sigma_e_ options_ xparam1_test

??? Output argument “info” (and maybe others) not assigned during
call to
"C:\dynare\matlab\DsgeLikelihood.m
(DsgeLikelihood)".

Error in ==> initial_estimation_checks at 17
[fval,cost_flag,ys,trend_coeff,info] =
DsgeLikelihood(xparam1,gend,data);

Error in ==> dynare_estimation at 237
initial_estimation_checks(xparam1,gend,data);

Error in ==> usmodel at 353
dynare_estimation(var_list_);

Error in ==> dynare at 26
evalin(‘base’,fname) ;