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

Testsuite: increase tolerance in unitary tests for prior_draw.m

(cherry picked from commit d8cd5510)
parent 7a16b856
Branches
No related tags found
1 merge request!1815WIP Cherry-picks for 4.6
Pipeline #3095 passed
...@@ -268,7 +268,7 @@ end ...@@ -268,7 +268,7 @@ end
%$ %$
%$ if t(1) %$ if t(1)
%$ t(2) = all(abs(m0-BayesInfo.p1)<3e-3); %$ 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 %$ end
%$ T = all(t); %$ T = all(t);
%@eof:1 %@eof:1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment