Skip to content

Commit

Permalink
chore: adapt ddb test_geospatial
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Aug 23, 2024
1 parent 18f79c2 commit cd4a81e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ibis/backends/duckdb/tests/test_geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,9 @@ def test_geospatial_flip_coordinates(geotable):

def test_create_table_geospatial_types(geotable, con):
name = ibis.util.gen_name("geotable")

# con = ibis.get_backend(geotable)

t = con.create_table(name, geotable, temp=True)

assert t.op().name in con.list_tables()
assert t.op().name in con.tables
assert any(map(methodcaller("is_geospatial"), t.schema().values()))


Expand Down

0 comments on commit cd4a81e

Please sign in to comment.