Skip to content
Snippets Groups Projects
Commit c2137b66 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

test for different dtypes as output

parent a9d0e4d3
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ class TestEncoderAlgorithm(unittest.TestCase): ...@@ -76,7 +76,7 @@ class TestEncoderAlgorithm(unittest.TestCase):
## different rasterio versions lead to different hashes ? ## different rasterio versions lead to different hashes ?
possible_hashes = [ possible_hashes = [
'48c3a78773dbc2c4c7bb7885409284ab', 'ef0c4b0d57f575c1cd10c0578c7114c0'
] ]
assert result_file_hash in possible_hashes assert result_file_hash in possible_hashes
os.remove(expected_result_path) os.remove(expected_result_path)
......
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