We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8440dde commit 350a7ecCopy full SHA for 350a7ec
pandas/tests/plotting/test_common.py
@@ -77,8 +77,6 @@ def test_bar_subplot_stacking(self):
77
plot_b_df = data_from_plot_df.iloc[len(test_data):].reset_index()
78
total_bar_height = plot_a_df["height"].add(plot_b_df["height"])
79
80
- print(test_data + test_data[::-1])
81
-
82
#check number of bars matches the number of data plotted
83
assert len(unique_x_loc) == len(test_data)
84
0 commit comments