-
Notifications
You must be signed in to change notification settings - Fork 3
curvilinear_make_uniform_on_extension
does not accept a geometry_list
#76
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
Labels
bug
Something isn't working
Comments
72 tasks
With the meshkernel 3.0.0 pre-release the following code results in the desired behaviour in all cases:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
curvilinear_make_uniform
accepts ageometry_list
, but gives unexpected result (figure below)curvilinear_make_uniform_on_extension
does not accept ageometry_list
, it raises "TypeError: curvilinear_make_uniform_on_extension() takes 2 positional arguments but 3 were given"is_geographic=True
withcurvilinear_make_uniform
and ageometry_list
argument (creating spherical grid in polygon) it raises:"MeshKernelError: bad allocation"
To Reproduce
Expected behavior
...
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: