Skip to content

Commit

Permalink
Update test_layers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw0ng committed Sep 5, 2024
1 parent 00fa774 commit 4f82253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ def test_high_land_surface_temperature():
data = HighLandSurfaceTemperature().get_data(BBOX_BRAZIL_LAURO_DE_FREITAS_1)
assert data.any()

def test_impervious_surface():

def test_impervious_surface_hello():
data = ImperviousSurface().get_data(BBOX_BRAZIL_LAURO_DE_FREITAS_1)
assert data.any()


def test_land_surface_temperature():
mean_lst = LandSurfaceTemperature().get_data(BBOX_BRAZIL_LAURO_DE_FREITAS_1).mean()
assert mean_lst
Expand Down

0 comments on commit 4f82253

Please sign in to comment.