flopy icon indicating copy to clipboard operation
flopy copied to clipboard

bug: flopy.utils.cvfdutil.shapefile_to_cvfd gets stuck

Open oscarfasanchez opened this issue 11 months ago • 0 comments

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

oscarfasanchez avatar Jan 29 '25 03:01 oscarfasanchez