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

debugging

parent 199617ba
Branches
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ def transformData(dataArray): ...@@ -113,7 +113,7 @@ def transformData(dataArray):
packedData = _pack_binary_bytes_to_ints(dataArray, 64) packedData = _pack_binary_bytes_to_ints(dataArray, 64)
del dataArray del dataArray
nameb = "temp_scm" nameb = "temp_scm"
if not os.psth.isfile(nameb): if not os.path.isfile(nameb):
dsetFile = h5py.File(nameb, "w") dsetFile = h5py.File(nameb, "w")
name=nameb name=nameb
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment