We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6ee6 commit d102838Copy full SHA for d102838
tests/compas/geometry/test_bbox.py
@@ -187,7 +187,7 @@ def test_minimum_area_rectangle_xy():
187
188
min_bbox = bbox_numpy.minimum_area_rectangle_xy(np.array(points))
189
190
- assert TOL.is_allclose([(x, y) for x, y in min_bbox], expected)
+ assert TOL.is_allclose(min_bbox, expected)
191
192
193
def test_minimum_area_rectangle_xy_translated():
@@ -203,4 +203,4 @@ def test_minimum_area_rectangle_xy_translated():
203
204
205
206
0 commit comments