Skip to content

Commit

Permalink
skip empty point test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 12, 2024
1 parent b8fd38c commit 40d8c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h3ronpy/tests/pandas/test_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def test_empty_geometrycollection_omitted():
assert len(df) == 0


@pytest.mark.skip(
reason="Empty points are unsupported until https://github.com/geoarrow/geoarrow-rs/issues/852 is fixed"
)
def test_fail_on_empty_point():
gdf = gpd.GeoDataFrame(
{
Expand Down

0 comments on commit 40d8c17

Please sign in to comment.