geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

TST: disable dask dataframe.convert-strings (pyarrow strings) for now #267

Closed jorisvandenbossche closed 6 months ago

jorisvandenbossche commented 6 months ago

Currently there are lots of failures like

AssertionError: Attributes of GeoDataFrame.iloc[:, 0] (column name="name_left") are different

Attribute "dtype" are different
[left]:  object
[right]: string[pyarrow]

We will have to update our tests (or the assert equal method) to deal with this dtypes difference, but for now disabling this option to get the tests green again.