Skip to content

Commit a6f8b6f

Browse files
committed
fix: fix test
1 parent 4f2f7d9 commit a6f8b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ImageCollection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_reduce_interval_properties(self, jaxa_rainfall, data_regression):
341341
# get 3 month worth of data and group it with default parameters
342342
ic = jaxa_rainfall.filterDate("2020-01-01", "2020-03-31")
343343
reduced = ic.geetools.reduceInterval()
344-
data_regression.check(reduced.getInfo())
344+
data_regression.check(reduced.toDictionary().getInfo())
345345

346346
def test_reduce_interval(self, jaxa_rainfall, amazonas, ee_dictionary_regression):
347347
# get 3 month worth of data and group it with default parameters

0 commit comments

Comments
 (0)