Skip to content

Commit 8efd000

Browse files
committed
removed weights
1 parent d5f260b commit 8efd000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/plotting/test_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ def test_kde_kwargs_weights(self, bw_method, ind, weights):
552552
# GH59337
553553
pytest.importorskip("scipy")
554554
s = Series(np.random.default_rng(2).uniform(size=50))
555-
# weights = np.linspace(0.0, 2.0, 50)
556555
_check_plot_works(s.plot.kde, bw_method=bw_method, ind=ind, weights=weights)
557556

558557
def test_density_kwargs(self, ts):

0 commit comments

Comments
 (0)