small code-style fixes

This commit is contained in:
Dmitry Gribenchuk 2024-10-17 11:24:48 +03:00
parent aaff84ce77
commit 863569b7de
No known key found for this signature in database
GPG key ID: A76A250718E76E87
8 changed files with 7 additions and 12 deletions

View file

@ -188,4 +188,4 @@ def test_compute2DConvexHullMeshDataGrouped(convex_hull_decorator):
copied_decorator._global_stack = mocked_stack
copied_decorator._getSettingProperty = MagicMock(return_value=0)
node.addDecorator(copied_decorator)
assert convex_hull_decorator._compute2DConvexHull() == Polygon([[-5.0, 5.0], [5.0, 5.0], [5.0, -5.0], [-5.0, -5.0]])
assert convex_hull_decorator._compute2DConvexHull() == Polygon([[-5.0, 5.0], [5.0, 5.0], [5.0, -5.0], [-5.0, -5.0]])