mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
test_direct_api.py -> reenable test that fail(ed) on MacOS arm64
This commit is contained in:
parent
347de4277d
commit
7f8223b50d
1 changed files with 3 additions and 4 deletions
|
|
@ -3996,10 +3996,9 @@ class TestWire(DirectApiTestCase):
|
|||
t6 = w.trim(0.5, 1)
|
||||
self.assertAlmostEqual(t6.length, 4, 5)
|
||||
|
||||
# Doesn't work on arm based Macs
|
||||
# p = RegularPolygon(10, 20).wire()
|
||||
# t7 = p.trim(0.1, 0.2)
|
||||
# self.assertAlmostEqual(p.length * 0.1, t7.length, 5)
|
||||
p = RegularPolygon(10, 20).wire()
|
||||
t7 = p.trim(0.1, 0.2)
|
||||
self.assertAlmostEqual(p.length * 0.1, t7.length, 5)
|
||||
|
||||
c = Circle(10).wire()
|
||||
t8 = c.trim(0.4, 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue