From 59e0041fd7a5f323f5656ca0ecff0b5e6aad4de5 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 8 Apr 2020 19:30:50 +0200 Subject: [PATCH] more scatter, slightly reduced tolerance --- python/tests/test_Rotation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/test_Rotation.py b/python/tests/test_Rotation.py index 1f69f2025..fc88e4130 100644 --- a/python/tests/test_Rotation.py +++ b/python/tests/test_Rotation.py @@ -6,8 +6,8 @@ import numpy as np from damask import Rotation n = 1000 -atol=1.e-5 -scatter=1.e-9 +atol=1.e-4 +scatter=1.e-2 @pytest.fixture def default():