Skip to content
Snippets Groups Projects
Commit a840607f authored by Unknown's avatar Unknown
Browse files

ioHDF5 update

Create a new hdf5 file after deleting the old one.
parent b2308ba7
No related branches found
No related tags found
1 merge request!100Cades dev
......@@ -140,6 +140,7 @@ class ioHDF5(object):
"""
self.close()
os.remove(self.path)
self.file = h5py.File(self.path, 'w')
def flush(self):
"""
......
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