gauravbyte commented on code in PR #2455:
URL: https://github.com/apache/sedona/pull/2455#discussion_r2464818183
##########
python/tests/geopandas/test_match_geopandas_series.py:
##########
@@ -1073,6 +1078,21 @@ def test_contains(self):
def test_contains_properly(self):
pass
+ def test_relate(self):
+ for geom, geom2 in self.pairs:
+ if self.contains_any_geom_collection(geom, geom2):
+ continue
Review Comment:
Resolved in the commit Resolved in the commit
https://github.com/apache/sedona/commit/6f14d51392d141fe0dc18077508b3e5da022131e
--
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]