diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m index 05972ef30..1ef5b7a22 100644 --- a/matlab/initial_estimation_checks.m +++ b/matlab/initial_estimation_checks.m @@ -106,7 +106,7 @@ end test_for_deep_parameters_calibration(Model); [lnprior,~,~,info]= priordens(xparam1,BayesInfo.pshape,BayesInfo.p6,BayesInfo.p7,BayesInfo.p3,BayesInfo.p4); -if info +if any(info) fprintf('The prior density evaluated at the initial values is Inf for the following parameters: %s\n',BayesInfo.name{info,1}) error('The initial value of the prior is -Inf') end