Skip to content
Snippets Groups Projects
Commit 6c112a27 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Merge pull request #743 from JohannesPfeifer/debug_info_estimation

Add check for NaN parameters to initial_estimation_checks.m
parents 06fbf2b2 127b7b02
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ if any(BayesInfo.pshape) % if Bayesian estimation
end
end
%% display warning if some parameters are still NaN
test_for_deep_parameters_calibration(Model);
% Evaluate the likelihood.
ana_deriv = DynareOptions.analytic_derivation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment