relaxed tolerance not needed
This commit is contained in:
parent
59e0041fd7
commit
2a063b3bb5
|
@ -141,7 +141,7 @@ class TestRotation:
|
||||||
m = rot.asHomochoric()
|
m = rot.asHomochoric()
|
||||||
o = Rotation.fromCubochoric(rot.asCubochoric()).asHomochoric()
|
o = Rotation.fromCubochoric(rot.asCubochoric()).asHomochoric()
|
||||||
print(m,o,rot.asQuaternion())
|
print(m,o,rot.asQuaternion())
|
||||||
assert np.allclose(m,o,atol=atol*1e2)
|
assert np.allclose(m,o,atol=atol)
|
||||||
|
|
||||||
def test_Quaternion(self,default):
|
def test_Quaternion(self,default):
|
||||||
for rot in default:
|
for rot in default:
|
||||||
|
|
Loading…
Reference in New Issue