mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Removed triad edge test as fonts are inconsistent
This commit is contained in:
parent
a2c2eb1b75
commit
be78d8d41e
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ class TestCompound(DirectApiTestCase):
|
|||
def test_triad(self):
|
||||
triad = Compound.make_triad(10)
|
||||
bbox = triad.bounding_box()
|
||||
self.assertEqual(len(triad.edges()), 41)
|
||||
self.assertGreater(bbox.min.X, -10 / 8)
|
||||
self.assertLess(bbox.min.X, 0)
|
||||
self.assertGreater(bbox.min.Y, -10 / 8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue