more scatter, slightly reduced tolerance

This commit is contained in:
Martin Diehl 2020-04-08 19:30:50 +02:00
parent 3cd8f3d9a0
commit 59e0041fd7
1 changed files with 2 additions and 2 deletions

View File

@ -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():