Skip to content

Commit

Permalink
get rid of print
Browse files Browse the repository at this point in the history
  • Loading branch information
samnemo committed Jan 18, 2019
1 parent d829215 commit 775e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 775e6a7

Please sign in to comment.