evalin error revisited.
Posted: Mon Feb 22, 2010 5:40 pm
hi all,
so i followed an advice of yours (thank you so much) and changed the directory to the one where the .mod file is.
and i ran one of the .mod files, and it ran smoothly. and it should since a professor ran it.
and the fact that it ran smoothly with a well-written .mod file shows that i don't need to reinstall dynare, like someone suggested in a related post.
but as i was trying to run a .mod file that i wrote, i get the same error message, in addition to some other error messages that suggest my model is wrong:
??? Error using ==> print_info at 39
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in ==> stoch_simul at 46
print_info(info, options_.noprint);
Error in ==> pset2 at 211
info = stoch_simul(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
this is weird because i understand that the first three errors might be related to the code i wrote and but why am i getting the same message about evalin?
the only reason i can think of is because i produced .mod file by writing it in m-file editor and saving it into .mod file.
can someone please help me?
so i followed an advice of yours (thank you so much) and changed the directory to the one where the .mod file is.
and i ran one of the .mod files, and it ran smoothly. and it should since a professor ran it.
and the fact that it ran smoothly with a well-written .mod file shows that i don't need to reinstall dynare, like someone suggested in a related post.
but as i was trying to run a .mod file that i wrote, i get the same error message, in addition to some other error messages that suggest my model is wrong:
??? Error using ==> print_info at 39
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in ==> stoch_simul at 46
print_info(info, options_.noprint);
Error in ==> pset2 at 211
info = stoch_simul(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
this is weird because i understand that the first three errors might be related to the code i wrote and but why am i getting the same message about evalin?
the only reason i can think of is because i produced .mod file by writing it in m-file editor and saving it into .mod file.
can someone please help me?