Skip to content
Snippets Groups Projects
Commit 9caa6b96 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

eliminated an annoying print statement

parent a2b2aea4
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ def plot_CBL_PE(exp,figtitle,parameter_id=0,plot_spread=False,ax=None):
plot_parameter_histogram = True
if plot_parameter_histogram:
print(par_tran[-1,:])
p10beg_tran = np.percentile(par_tran[0,:], 10)
p90beg_tran = np.percentile(par_tran[0,:], 90)
p10end_tran = np.percentile(par_tran[-1,:], 10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment