-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add rstar MultiPolygon compat #1254
Conversation
e42f586
to
d6f0d5a
Compare
Add rstar MultiPolygon compat
Now what |
Still seeing the concave hull test failure in the merge queue |
The concave hull algorithm uses an rtree, and we bumped rstar yesterday with some bug fixes. But why is the test passing here and failing in the merge queue? |
Can anyone reproduce it locally? |
Yep just managed to reproduce it on HEAD in |
Yeah it's the rstar patch version: https://github.com/georust/rstar/blob/master/rstar/CHANGELOG.md Not immediately obvious what change is causing this though. Pinning to 0.12.0 causes tests to pass. |
I'm putting my notes about the CI failure in a dedicated issue: #1260 |
CHANGES.md
if knowledge of this change could be valuable to users.This should merge before #1246