Change display of failed solution to a warning

Problem can be missed too easily otherwise
time-shift
Johannes Pfeifer 2014-11-16 14:35:58 +01:00
parent 3f68450d51
commit af9e30c658
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ end
if oo_.deterministic_simulation.status == 1
disp('Perfect foresight solution found.')
else
disp('Failed to solve perfect foresight model')
warning('Failed to solve perfect foresight model')
end
dyn2vec;