From 8a2634c82739a4bcbd1e44304b58c14c0431c992 Mon Sep 17 00:00:00 2001 From: AleksMat Date: Mon, 3 Aug 2020 13:07:49 +0200 Subject: [PATCH] minor update in integration tests --- tests/test_ogc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_ogc.py b/tests/test_ogc.py index 0092011a..959c6c89 100644 --- a/tests/test_ogc.py +++ b/tests/test_ogc.py @@ -165,7 +165,7 @@ def setUpClass(cls): width=img_width, height=img_height, bbox=wgs84_bbox_3, time=('2018-2-6', '2018-2-8'), time_difference=datetime.timedelta(hours=1)), - result_len=1, img_min=472, img_max=3539, img_mean=926.8818, img_median=891.0, + result_len=1, img_min=472, img_max=3538, img_mean=926.8818, img_median=894.0, tile_num=1), cls.OgcTestCase('S1 IW ASC Test', WmsRequest(data_source=DataSource.SENTINEL1_IW_ASC, data_folder=cls.OUTPUT_FOLDER, @@ -190,7 +190,7 @@ def setUpClass(cls): width=img_width, height=img_height, bbox=wgs84_bbox_3, time=('2018-2-6', '2018-2-8'), time_difference=datetime.timedelta(hours=1)), - result_len=1, img_min=472, img_max=3539, img_mean=926.8818, img_median=891.0, + result_len=1, img_min=472, img_max=3538, img_mean=926.8818, img_median=894.0, tile_num=1), cls.OgcTestCase('S1 IW DES Test', WmsRequest(data_source=DataSource.SENTINEL1_IW_DES, data_folder=cls.OUTPUT_FOLDER, @@ -214,7 +214,7 @@ def setUpClass(cls): width=img_width, height=img_height, bbox=wgs84_bbox_4, time=('2018-2-5', '2018-2-6'), time_difference=datetime.timedelta(hours=1)), - result_len=1, img_min=3978, img_max=37971, img_mean=15061.2035, img_median=14772.0, + result_len=1, img_min=3975, img_max=37973, img_mean=15061.2035, img_median=14769.0, tile_num=1), # cls.OgcTestCase('BYOC Test', # WmsRequest(data_source=DataSource('31df1de4-8bd4-43e0-8c3f-b04262d111b6'),