Skip to content

Commit

Permalink
Merge 838eb3c into c74de27
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Apr 16, 2018
2 parents c74de27 + 838eb3c commit c3c3963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicthash/test/test_dicthash.py
Expand Up @@ -294,8 +294,8 @@ def test_store_and_rehash_h5py():
'e': True
}
hash0 = dicthash.generate_hash_from_dict(d0)
h5w.add_to_h5('store_and_rehash_h5py.h5', {'d0': d0}, 'w')
d1 = h5w.load_h5('store_and_rehash_h5py.h5', 'd0')
h5w.save('store_and_rehash_h5py.h5', {'d0': d0}, 'w')
d1 = h5w.load('store_and_rehash_h5py.h5', 'd0')
hash1 = dicthash.generate_hash_from_dict(d1)

assert(hash0 == hash1)

0 comments on commit c3c3963

Please sign in to comment.