Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw0ng committed Sep 4, 2024
1 parent b67463a commit d399adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_high_land_surface_temperature():

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

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

0 comments on commit d399adb

Please sign in to comment.