Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Mar 1, 2020
1 parent 15b18d9 commit 408d8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arviz/plots/backends/bokeh/traceplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def plot_trace(
)
else:
for y_name in cds_var_groups[var_name]:
print(y_name, cds_var_groups[var_name])
if rug:
rug_kwargs["y"] = y_name
_plot_chains_bokeh(
Expand Down

0 comments on commit 408d8fb

Please sign in to comment.