From 7d76e9de4ac2ec4b669fa034175aceb25485f7c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 4 Feb 2020 21:25:16 +0100
Subject: [PATCH] Testsuite: increase tolerance in unitary tests for
 prior_draw.m

(cherry picked from commit d8cd55109c9807bcd0a50463af57c7519d8ede7d)
---
 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 c97eaeefd4..326029778b 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
-- 
GitLab