We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using xugrid.OverlapRegridder throws IndexError with mapbox_earcut triangle results from polygons.
xugrid.OverlapRegridder
Throws: IndexError: index 128 is out of bounds for axis 0 with size 128 which is caused by a pre-allocated array.
IndexError: index 128 is out of bounds for axis 0 with size 128
The text was updated successfully, but these errors were encountered:
Merge pull request #23 from smknaake/main
4155250
Use dynamically sized stack, Issue #22
Should be fixed by #23
I did a quick benchmark as in #13, checking size seems to make no noticeable difference; and re-allocations will generally be rare.
Sorry, something went wrong.
No branches or pull requests
Using
xugrid.OverlapRegridder
throws IndexError with mapbox_earcut triangle results from polygons.Throws:
IndexError: index 128 is out of bounds for axis 0 with size 128
which is caused by a pre-allocated array.The text was updated successfully, but these errors were encountered: