EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 1e3bb1b7 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

fix preprocessor test

parent d4416c9d
No related branches found
No related tags found
1 merge request!49Production release 1.1.1
......@@ -43,7 +43,8 @@ def list_tifs(products):
return preprocessed_list
def test_preprocessor(list_tifs):
# check if there are preprocessed results in the buckets
assert len(list_tifs) > 0
for item in list_tifs:
set_gdal_swift_auth()
image = gdal.Open('/vsiswift/preprocessor_results/%s' % item, gdal.GA_ReadOnly)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment