Skip to content
Snippets Groups Projects
Commit a0ea6e3a authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Stéphane Adjemian
Browse files

Adjust tolerance of integration test

parent 8779b5a6
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ y_pos=strmatch('y',var_list_,'exact'); ...@@ -115,7 +115,7 @@ y_pos=strmatch('y',var_list_,'exact');
y_pos_varobs=strmatch('y',options_.varobs,'exact'); y_pos_varobs=strmatch('y',options_.varobs,'exact');
a_pos_varobs=strmatch('a',options_.varobs,'exact'); a_pos_varobs=strmatch('a',options_.varobs,'exact');
if (oo_.variance_decomposition_ME(index_observables(y_pos_varobs),end)/100+oo_.var(y_pos,y_pos)/(oo_.var(y_pos,y_pos)+M_.H(y_pos_varobs,y_pos_varobs)))-1>1e-5 if (oo_.variance_decomposition_ME(index_observables(y_pos_varobs),end)/100+oo_.var(y_pos,y_pos)/(oo_.var(y_pos,y_pos)+M_.H(y_pos_varobs,y_pos_varobs)))-1>5e-4
error(['Unconditional variance decomposition at order ',num2str(options_.order),' with ME does not work']) error(['Unconditional variance decomposition at order ',num2str(options_.order),' with ME does not work'])
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment