CHLNDDEV / oceanmesh

Automatic coastal ocean mesh generation in Python and C++. **under development**
GNU General Public License v3.0
47 stars 15 forks source link

Feature/medial axis #35

Closed krober10nd closed 2 years ago

krober10nd commented 2 years ago
WPringle commented 2 years ago

Btw, I'm getting the following blank figure in test_edgefx.py::test_edgefx_elevation_bounds on second plot (edge_length.plot()):

image
krober10nd commented 2 years ago

Btw, I'm getting the following blank figure in test_edgefx.py::test_edgefx_elevation_bounds on second plot (edge_length.plot()):

image

Yea, this is because that particular example did not have any 0-level set in the domain. I added an except catch for that. Now it returns a Grid with a constant value of 999 for the mesh size and tells the user.