From d8cd55109c9807bcd0a50463af57c7519d8ede7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 4 Feb 2020 21:25:16 +0100 Subject: [PATCH] Testsuite: increase tolerance in unitary tests for prior_draw.m --- matlab/prior_draw.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/prior_draw.m b/matlab/prior_draw.m index c97eaeefd..326029778 100644 --- a/matlab/prior_draw.m +++ b/matlab/prior_draw.m @@ -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 \ No newline at end of file +%@eof:1