Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oscarfasanchez opened this issue Jan 29, 2025 · 0 comments
Open

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

oscarfasanchez opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels

Comments

@oscarfasanchez
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants