petern48 commented on code in PR #741:
URL: https://github.com/apache/sedona-db/pull/741#discussion_r3036168644


##########
python/sedonadb/tests/functions/test_predicates.py:
##########
@@ -156,7 +156,6 @@ def test_st_disjoint(eng, geom1, geom2, expected):
     [
         (None, "POINT (0 0)", 1, None),
         ("POINT (1 1)", None, 1.0, None),
-        ("POINT (0 0)", "POINT (0 0)", None, None),

Review Comment:
   Looks like you also deleted this test from `test_st_relate` (which already 
passes from your prev PR). Let's add this back. Should still pass since there 
were no changes to st_relate code.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to