Update test_cadquery.py

This commit is contained in:
Bruno Agostini
2019-12-24 11:52:00 +01:00
committed by GitHub
parent 707dac5bc4
commit 3ab5b51291

View File

@ -2140,7 +2140,7 @@ class TestCadQuery(BaseTest):
self.assertTupleAlmostEquals(point, (0.707106781, 1.414213562, 1.0), decimal_places)
def test_assembleEdges(self):
# Plate with 5 sides and 2 bumps, one side is not co-planar with the other sides
thickness = 0.1
edge_points = [[-7.,-7.,0.], [-3.,-10.,3.], [7.,-7.,0.], [7.,7.,0.], [-7.,7.,0.]]