This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 83ae14a257 [DOCS] Fix spelling in a Python file (#1642)
83ae14a257 is described below
commit 83ae14a2577b9df38ae5d004b52ac51321c88b56
Author: John Bampton <[email protected]>
AuthorDate: Fri Nov 8 12:27:34 2024 +1000
[DOCS] Fix spelling in a Python file (#1642)
---
python/tests/serialization/test_serializers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tests/serialization/test_serializers.py
b/python/tests/serialization/test_serializers.py
index f51c94375d..362462c6ee 100644
--- a/python/tests/serialization/test_serializers.py
+++ b/python/tests/serialization/test_serializers.py
@@ -125,7 +125,7 @@ class TestsSerializers(TestBase):
length = self.spark.sql("select st_area(geom) from
polygon").collect()[0][0]
assert length == 3.75
- def test_geopandas_convertion(self):
+ def test_geopandas_conversion(self):
gdf = gpd.read_file(
os.path.join(tests_resource, "shapefiles/gis_osm_pois_free_1/")
)