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
Branches
Tags
No related merge requests found
Pipeline #3096 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