From 775e6a7b05f65d9c180311fabd59cc7fd79b2a29 Mon Sep 17 00:00:00 2001 From: Sam Neymotin Date: Fri, 18 Jan 2019 11:36:18 -0500 Subject: [PATCH] get rid of print --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 65680a89a..6936e4f27 100755 --- a/run.py +++ b/run.py @@ -216,7 +216,7 @@ def setoutfiles (ddir,trial=0,ntrial=1): doutf['file_dpl_norm'] = getfname(ddir,'normdpl',trial,ntrial) doutf['file_vsoma'] = getfname(ddir,'vsoma',trial,ntrial) doutf['file_lfp'] = getfname(ddir,'lfp',trial,ntrial) - if pcID==0: print('doutf:',doutf) + #if pcID==0: print('doutf:',doutf) return doutf p_exp = paramrw.ExpParams(f_psim, debug=debug) # creates p_exp.sim_prefix and other param structures