Skip to content
Snippets Groups Projects
Commit e0e24a57 authored by bbauvin's avatar bbauvin
Browse files

debugging

parent b378ccef
No related branches found
No related tags found
No related merge requests found
......@@ -124,11 +124,11 @@ def transformData(dataArray):
while fail:
print name
if not os.path.isfile(name):
name = nameb+str(i)
dsetFile = h5py.File(name, "w")
fail=False
else:
i+=1
name = nameb+str(i)
packedDataset = dsetFile.create_dataset("temp_scm", data=packedData)
dsetFile.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment