File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def test_balls_union():
3737
3838 mesh = pygalmesh .generate_mesh (
3939 u ,
40- feature_edges = [circ ],
40+ extra_feature_edges = [circ ],
4141 max_cell_circumradius = 0.15 ,
4242 max_edge_size_at_feature_edges = max_edge_size_at_feature_edges ,
4343 verbose = False ,
@@ -77,7 +77,7 @@ def test_balls_intersection():
7777
7878 mesh = pygalmesh .generate_mesh (
7979 u ,
80- feature_edges = [circ ],
80+ extra_feature_edges = [circ ],
8181 max_cell_circumradius = 0.15 ,
8282 max_edge_size_at_feature_edges = max_edge_size_at_feature_edges ,
8383 verbose = False ,
@@ -115,7 +115,7 @@ def test_balls_difference():
115115
116116 mesh = pygalmesh .generate_mesh (
117117 u ,
118- feature_edges = [circ ],
118+ extra_feature_edges = [circ ],
119119 max_cell_circumradius = 0.15 ,
120120 max_edge_size_at_feature_edges = max_edge_size_at_feature_edges ,
121121 min_facet_angle = 25 ,
You can’t perform that action at this time.
0 commit comments