Skip to content

Commit

Permalink
feat: plotly fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Patil authored and sbrugman committed Jun 28, 2022
1 parent 3a6abfa commit 4e4423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popmon/visualization/histogram_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ def _plot_histograms(feature, date, hc_list, hist_names, top_n, max_nbins=1000):
hists, feature, hist_names, y_label, is_num, is_ts
)
elif hc_list[0].n_dim == 2:
plot = ""
plot = {"plot": ""}
else:
plot = ""
plot = {"plot": ""}

return {
"name": date,
Expand Down

0 comments on commit 4e4423f

Please sign in to comment.