Testsuite: increase tolerance in unitary tests for prior_draw.m

time-shift
Sébastien Villemot 2020-02-04 21:25:16 +01:00
parent 68a96c7c50
commit d8cd55109c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -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
%@eof:1