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

fix expected clustering md5

parent c877e893
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class TestClusteringAlgorithm(unittest.TestCase):
break
md5.update(data)
result_file_hash = md5.hexdigest()
assert result_file_hash == '835bcb7ab7d7e97d2de26e81415a0d19'
assert result_file_hash == 'ecb1e17173b1601866ae7055694739e8'
os.remove(expected_result_path)
......
......@@ -71,6 +71,7 @@ class TestEncoderAlgorithm(unittest.TestCase):
assert output.shape == exp_feat_size
def test_RasterDataset(self):
self.algorithm.initAlgorithm()
......
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