more scatter, slightly reduced tolerance
This commit is contained in:
parent
3cd8f3d9a0
commit
59e0041fd7
|
@ -6,8 +6,8 @@ import numpy as np
|
||||||
from damask import Rotation
|
from damask import Rotation
|
||||||
|
|
||||||
n = 1000
|
n = 1000
|
||||||
atol=1.e-5
|
atol=1.e-4
|
||||||
scatter=1.e-9
|
scatter=1.e-2
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def default():
|
def default():
|
||||||
|
|
Loading…
Reference in New Issue