holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Skip test_fillna_frame and test_fillna_series extension array tests #100

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

Current failures in CI:

FAILED spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_fillna_series
FAILED spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_fillna_frame
FAILED spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_fillna_series
FAILED spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_fillna_frame

The original errors are:

NotImplementedError: <class 'spatialpandas.geometry.line.LineArray'> does not implement __setitem__.

So, as usual with new pandas ExtensionArray tests we skip them as we do not support this specific functionality.