From ac2e4504aff896542c5df07ca0d57f1ef329748d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 26 Jul 2017 18:42:38 +0200 Subject: [PATCH] Relax tolerance in tensor product matrix test with floats. --- tests/lac/tensor_product_matrix_03.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lac/tensor_product_matrix_03.cc b/tests/lac/tensor_product_matrix_03.cc index e06ed514ad..006784361c 100644 --- a/tests/lac/tensor_product_matrix_03.cc +++ b/tests/lac/tensor_product_matrix_03.cc @@ -85,7 +85,7 @@ void do_test() int main() { initlog(); - deallog.threshold_double(1e-3); + deallog.threshold_double(5e-3); do_test<1,1>(); do_test<1,2>(); -- 2.39.5