Skip to content

Commit 96c8084

Browse files
author
Guillaume Gay
committed
update test comments to reference #7891
1 parent 01de130 commit 96c8084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_multilevel.py

+1
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,7 @@ def test_set_index_period(self):
22632263

22642264
def test_repeat(self):
22652265
# GH 9361
2266+
# fixed by # GH 7891
22662267
m_idx = pd.MultiIndex.from_tuples([(1, 2), (3, 4),
22672268
(5, 6), (7, 8)])
22682269
data = ['a', 'b', 'c', 'd']

0 commit comments

Comments
 (0)