1
1

Tests: Added threshold to physics ocean mesh test

The physics_ocean test is currently failing on macOS arm.
This is one attempt to fix this issue.
This commit is contained in:
2021-05-17 21:13:35 +02:00
parent 43046d82b7
commit c9afea5bbf

View File

@@ -31,7 +31,7 @@ def main():
test = [
# World coordinates of test and expected object should be same.
MeshTest("PlaneOcean", "testObjPlaneOcean", "expObjPlaneOcean",
[ModifierSpec('Ocean', 'OCEAN', {})]),
[ModifierSpec('Ocean', 'OCEAN', {})], threshold=1e-3),
]
ocean_test = RunTest(test)