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

hash of result files changed

parent fbfe0bdd
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 == 'd316fa71b627ee361786154118101f0e'
assert result_file_hash == '57684e8ce6c051e3357c2f9f308740bf'
os.remove(expected_result_path)
......
......@@ -29,7 +29,7 @@ class TestReductionAlgorithm(unittest.TestCase):
break
md5.update(data)
result_file_hash = md5.hexdigest()
assert result_file_hash == 'e47ca7b39f252506526a1ebfa1f33f6c'
assert result_file_hash == '5eef4ea313d45b12beba8a7b9e2500ba'
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