Skip to content

Commit

Permalink
Use the right gadm function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Oct 9, 2024
1 parent 585d0b5 commit 88f0c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_grid.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from dep_tools.grids import get_tiles, _get_gadm, PACIFIC_EPSG
from dep_tools.grids import get_tiles, gadm, PACIFIC_EPSG
from json import loads

from odc.geo import Geometry

def test_get_gadm():
all = _get_gadm()
all = gadm()
assert len(all) == 22

# Convert to a ODC Geometry
Expand Down

0 comments on commit 88f0c0c

Please sign in to comment.