Skip to content
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

xfail Python tests dependent on invalid Polygons #1467

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

mroeschke
Copy link
Contributor

Description

Appears the gs fixture in the conftest.py contains invalid polygon (the holes are beyond shell), and geos 3.13 now does not consider the same invalid polygon equivalent libgeos/geos#1177.

The gs fixture and the polys fixture (which is hard-coded) need to both be updated, but I wasn't able to get a quick-working fix (I'm not familiar with this area). This PR just xfails the effected tests.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke added Python Related to Python code improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Oct 7, 2024
@mroeschke mroeschke requested a review from a team as a code owner October 7, 2024 21:24
@mroeschke mroeschke changed the base branch from branch-24.12 to branch-24.10 October 7, 2024 21:26
Copy link
Contributor

@vyasr vyasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock the 24.10 release. It would be good to get confirmation from a cuspatial developer more familiar with these tests to determine if these tests are important and indicative of some real issue that we need to address, but I don't think it's worth having cuspatial hold up the release so if needed we can release a hotfix.

@raydouglass raydouglass merged commit cc8fd60 into rapidsai:branch-24.10 Oct 7, 2024
74 of 75 checks passed
@mroeschke mroeschke deleted the tst/polygon/xfail branch October 7, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to Python code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants