Skip to content
Snippets Groups Projects
Commit 90ac95b5 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

idq_aggregator.py: removed unnecessary print statements

parent 00540ffb
No related branches found
No related tags found
No related merge requests found
......@@ -72,11 +72,6 @@ def create_new_dataset(path, base, data, name = 'data', group = None, tmp = Fals
if not os.path.exists(path):
aggregator.makedir(path)
print >>sys.stderr, "filename = %s" %fname
print >>sys.stderr, "dataset name = %s" % name
print >>sys.stderr, "group = %s" % group
print >>sys.stderr, "data = %s" %repr(data)
# save data to hdf5
with h5py.File(fname, 'a') as hfile:
if group:
......
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