Skip to content

bug: flopy.utils.cvfdutil.shapefile_to_cvfd gets stuck #2427

Open
@oscarfasanchez

Description

@oscarfasanchez

Describe the bug
A clear and concise description of what the bug is:
flopy.utils.cvfdutil.shapefile_to_cvfd gets stuck (never finishes) when skip_hanging_node_check = True
when some voronoi grids are used, this is related to the issue #2321

To Reproduce
Steps to reproduce the behavior:
use
shp=
gdf_voro.zip

flopy.utils.cvfdutil.shapefile_to_cvfd(shp, skip_hanging_node_check = True)
or
flopy.utils.cvfdutil.to_cvfd( ... , skip_hanging_node_check = True)

Expected behavior
it should finish after a few seconds

Thank you for your time

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions