From c9afea5bbf957dd88fcd5a62aeea10a43399b994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Mon, 17 May 2021 21:13:35 +0200 Subject: 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. --- tests/python/physics_ocean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/physics_ocean.py b/tests/python/physics_ocean.py index 40227d3d8d7..96c765754b8 100644 --- a/tests/python/physics_ocean.py +++ b/tests/python/physics_ocean.py @@ -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) -- cgit v1.2.3