Skip to content

Commit 09367e8

Browse files
committed
more small fixes
1 parent b534da1 commit 09367e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test_volume_mesh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)