Tests: Remove threshold param from physics ocean mesh test
This was not the reason for the test failure on macOS arm64.
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', {})], threshold=1e-1),
|
||||
[ModifierSpec('Ocean', 'OCEAN', {})]),
|
||||
]
|
||||
ocean_test = RunTest(test)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user