Skip to content
Snippets Groups Projects
Commit 590c0985 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Add missing run index to looped variable in resol.m

parent 935f7488
Branches
Tags
1 merge request!757Add missing run index to looped variable in resol.m
......@@ -116,7 +116,7 @@ if options.loglinear
fprintf('You are attempting to simulate/estimate a loglinear approximation of a model, but\n')
fprintf('the steady state level of the following variables is not strictly positive:\n')
for var_iter=1:length(idx)
fprintf(' - %s (%s)\n',deblank(variables_with_non_positive_steady_state(var_iter,:)), num2str(dr.ys(idx)))
fprintf(' - %s (%s)\n',deblank(variables_with_non_positive_steady_state(var_iter,:)), num2str(dr.ys(idx(var_iter))))
end
if isestimation()
fprintf('You should check that the priors and/or bounds over the deep parameters are such')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment