Skip to content

Commit

Permalink
minor update in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Aug 3, 2020
1 parent 75d49c7 commit 8a2634c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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'),
Expand Down

0 comments on commit 8a2634c

Please sign in to comment.