Skip to content
Snippets Groups Projects
Verified Commit d8cd5510 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: increase tolerance in unitary tests for prior_draw.m

parent 68a96c7c
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ end
%$
%$ if t(1)
%$ t(2) = all(abs(m0-BayesInfo.p1)<3e-3);
%$ t(3) = all(all(abs(v0-diag(BayesInfo.p2.^2))<2e-3));
%$ t(3) = all(all(abs(v0-diag(BayesInfo.p2.^2))<3e-3));
%$ end
%$ T = all(t);
%@eof:1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment