Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Fix a bug in segment intersection primitive where two collinear segment touch at endpoints is miscomputed as a degenerate segment#1093

Merged
rapids-bot[bot] merged 7 commits intorapidsai:branch-23.06from
isVoid:fix/1091
Apr 27, 2023
Merged

Fix a bug in segment intersection primitive where two collinear segment touch at endpoints is miscomputed as a degenerate segment#1093
rapids-bot[bot] merged 7 commits intorapidsai:branch-23.06from
isVoid:fix/1091

Conversation

@isVoid
Copy link
Copy Markdown
Contributor

@isVoid isVoid commented Apr 25, 2023

Description

Fixes #1091

Checklist

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

@isVoid isVoid requested a review from a team as a code owner April 25, 2023 19:03
@isVoid isVoid requested review from harrism and trxcllnt April 25, 2023 19:03
@github-actions github-actions bot added the libcuspatial Relates to the cuSpatial C++ library label Apr 25, 2023
@isVoid isVoid self-assigned this Apr 25, 2023
@isVoid isVoid added bug Something isn't working non-breaking Non-breaking change labels Apr 25, 2023
@isVoid isVoid requested a review from a team as a code owner April 26, 2023 00:15
@github-actions github-actions bot added the Python Related to Python code label Apr 26, 2023
@isVoid
Copy link
Copy Markdown
Contributor Author

isVoid commented Apr 27, 2023

/merge

@rapids-bot rapids-bot bot merged commit 86e8912 into rapidsai:branch-23.06 Apr 27, 2023
@isVoid isVoid mentioned this pull request Apr 28, 2023
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change Python Related to Python code

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

[BUG]: pairwise_linestring_intersection returns a degenerate LineString

2 participants