Skip to content

Commit de5a62a

Browse files
committed
fix earclip test
1 parent d5f956b commit de5a62a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/compas/geometry/test_triangulation_earclip.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import pytest
2-
import compas
2+
import compas.geometry
33

44

55
def test_earclip_polygon_triangle():
6-
76
points = [
87
[0, 0, 0],
98
[1, 0, 0],
@@ -16,7 +15,6 @@ def test_earclip_polygon_triangle():
1615

1716

1817
def test_earclip_polygon_square():
19-
2018
points = [
2119
[0, 0, 0],
2220
[1, 0, 0],
@@ -30,7 +28,6 @@ def test_earclip_polygon_square():
3028

3129

3230
def test_earclip_polygon_wrong_winding():
33-
3431
points = [
3532
[332.639635, -3824, 1435.771272],
3633
[422.117559, -3301, 1563.558991],

0 commit comments

Comments
 (0)