Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Jul 4, 2024
1 parent 33aee71 commit 2702377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ def test_overture_buildings():
count = OvertureBuildings().get_data(SAMPLE_BBOX).count().sum()
assert count

def test_masa_dem():
def test_nasa_dem():
mean = NasaDEM().get_data(SAMPLE_BBOX).mean()
assert mean

0 comments on commit 2702377

Please sign in to comment.