Skip to content
Snippets Groups Projects
Commit 9020cb33 authored by David Verelst's avatar David Verelst
Browse files

prepost.statsdel: also return actual results and stats

parent 8ae8b5dd
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ def calc(fpath, no_bins=46, m=[3, 4, 6, 8, 10, 12], neq=None, i0=0, i1=None,
elif ftype == '.h5':
statsdel.to_hdf(fpath+ftype, 'table', complib='zlib', complevel=9)
return res, statsdel
if __name__ == '__main__':
pass
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