Skip to content
Snippets Groups Projects
Commit 6d2f9dc6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Added missing case in print_info

parent 609293b3
Branches
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ if ~noprint ...@@ -56,6 +56,8 @@ if ~noprint
error('The steady state is complex.') error('The steady state is complex.')
case 30 case 30
error('Variance can''t be computed') error('Variance can''t be computed')
case 43
error('Covariance matrix of shocks is not positive definite')
case 51 case 51
error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!') error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!')
otherwise otherwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment