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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user