rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
578 stars 145 forks source link

[BUG]: `JOIN_POINT_IN_POLYGON_LARGE_TEST_EXP` always passes because it never matches any points #1380

Closed trxcllnt closed 2 months ago

trxcllnt commented 2 months ago

Version

22.06

On which installation method(s) does this occur?

No response

Describe the issue

The spatial join in the JOIN_POINT_IN_POLYGON_LARGE_TEST_EXP test isn't matching any points because the points are distributed exactly along a diagonal that doesn't intersect with the test bounding boxes.

Minimum reproducible example

No response

Relevant log output

No response

Environment details

No response

Other/Misc.

No response