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

debugging

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