mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
small code-style fixes
This commit is contained in:
parent
aaff84ce77
commit
863569b7de
8 changed files with 7 additions and 12 deletions
|
@ -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]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue