You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: