mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
fix test (csg2d interface change)
This commit is contained in:
parent
6199c7f66b
commit
dae6ded752
@ -5,7 +5,7 @@ from pytest import approx
|
||||
|
||||
def test_two_circles():
|
||||
c1 = Circle(center=(0,0), radius=1)
|
||||
c2 = c1.Rotate(deg=45)
|
||||
c2 = c1.Rotate(45)
|
||||
s = c1*c2
|
||||
geo = CSG2d()
|
||||
geo.Add(s)
|
||||
|
Loading…
Reference in New Issue
Block a user