Skip to content

Commit

Permalink
ENH: Remove the unnecessary test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Dec 28, 2021
1 parent c7aad03 commit 91c7e93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_pygeohydro.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ class TestNLCD:
years = {"cover": [2016]}
res = 1e3

def test_bbox(self):
lulc = gh.nlcd_bygeom(GEOM.bounds, resolution=self.res)
self.assertion(lulc.cover_2019, 83.40)

def test_geodf(self):
geom = gpd.GeoSeries([GEOM, GEOM], crs=DEF_CRS)
lulc = gh.nlcd_bygeom(geom, years=self.years, resolution=self.res, crs=ALT_CRS)
Expand Down

0 comments on commit 91c7e93

Please sign in to comment.