Skip to content

Commit

Permalink
Missed another finalize...
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Aug 31, 2024
1 parent 2d98d85 commit e5948d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
gdf = gpd.GeoDataFrame(geometry=[first, second])
gdf["cellsize"] = [4.0, 2.0]

vertices, faces = pm.GmshMesher(gdf).generate()
vertices, faces = pm.GmshMesher(gdf).generate(finalize=True)
pm.plot(vertices, faces)

# %%
Expand Down

0 comments on commit e5948d6

Please sign in to comment.