jiayuasu commented on code in PR #2282:
URL: https://github.com/apache/sedona/pull/2282#discussion_r2284119880


##########
python/tests/geopandas/test_geopandas_base.py:
##########
@@ -33,6 +33,10 @@ class TestGeopandasBase(TestBase):
     # 
-----------------------------------------------------------------------------
     # # Utils
     # 
-----------------------------------------------------------------------------
+    def setup_method(self):
+        # We enable this option by default for users, so we enable it by 
default for testing for developers.
+        # This option is useful in testing to catch inefficiencies in the code 
during development of geopandas.

Review Comment:
   @petern48 please fix the comment



-- 
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