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
cover_from_hull() is broken for some cases and segfaults
cover_from_hull()
import pystare lon = numpy.array([130.78000366004676, 130.78000485358513, 130.78000735893113]) lat = numpy.array([42.220007813203225, 42.22001036108258, 42.22000722916885]) pystare.cover_from_hull(lon, lat, level=5)
When I wiggle the nodes a little, I can maintain the segfaults. As soon as I move them further (+-1 degree) of any node, everything works just fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cover_from_hull()
is broken for some cases and segfaults
When I wiggle the nodes a little, I can maintain the segfaults. As soon as I move them further (+-1 degree) of any node, everything works just fine
The text was updated successfully, but these errors were encountered: