Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/physics_ocean.py')
-rw-r--r--tests/python/physics_ocean.py2
1 files changed, 1 insertions, 1 deletions
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)