Skip to content
Snippets Groups Projects
Verified Commit 41ed0802 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

initial_estimation_checks.m: fix warning display

(cherry picked from commit 086e0895)
parent 9028f7ef
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@ if DynareOptions.order>1
error('initial_estimation_checks:: the particle filter with order>2 does not support pruning')
end
if DynareOptions.particle.pruning~=DynareOptions.pruning
warning('initial_estimation_checks:: the pruning settings differ between the particle filter and the one used for IRFs/simulations. Make sure this is intended.\n')
warning('initial_estimation_checks:: the pruning settings differ between the particle filter and the one used for IRFs/simulations. Make sure this is intended.')
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment