Skip to content

Commit 1ce77d0

Browse files
Update test_tile.py
1 parent 3f98abc commit 1ce77d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/tests/test_tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_series_retbins(self):
273273
tm.assert_numpy_array_equal(bins, np.array([0, 1.5, 3]))
274274

275275
def test_qcut_duplicates_drop(self):
276-
# GH 7751
276+
# GH 7751
277277
values = [0, 0, 0, 0, 1, 2, 3]
278278
cats = qcut(values, 3, duplicates='drop')
279279
ex_levels = ['[0, 1]', '(1, 3]']

0 commit comments

Comments
 (0)