Skip to content

Commit 44ec41f

Browse files
committed
update cmr test
1 parent bed9fcd commit 44ec41f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_icesat2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ def test_get_version(self):
5151

5252
def test_cmr(self, grandmesa):
5353
icesat2.init(SERVER)
54-
granules = icesat2.cmr(grandmesa, time_start='2018-10-01', time_end='2018-12-01')
54+
granules = icesat2.cmr(polygon=grandmesa,
55+
time_start='2018-10-01',
56+
time_end='2018-12-01')
5557
assert isinstance(granules, list)
5658
assert 'ATL03_20181017222812_02950102_004_01.h5' in granules

0 commit comments

Comments
 (0)