zhangfengcdt commented on code in PR #2058:
URL: https://github.com/apache/sedona/pull/2058#discussion_r2207887772
##########
python/tests/geopandas/test_geodataframe.py:
##########
@@ -22,16 +22,17 @@
)
from sedona.geopandas import GeoDataFrame, GeoSeries
-from tests.test_base import TestBase
+from tests.geopandas.test_geopandas_base import TestGeopandasBase
import pyspark.pandas as ps
import pandas as pd
import geopandas as gpd
import sedona.geopandas as sgpd
import pytest
-from pandas.testing import assert_frame_equal
+from pandas.testing import assert_frame_equal, assert_series_equal
+from packaging.version import parse as parse_version
-class TestDataframe(TestBase):
+class TestDataframe(TestGeopandasBase):
# def setup_method(self):
Review Comment:
Can we clean this up if not used anymore?
--
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]