Skip to content

Commit 81d9a02

Browse files
cmazzullojreback
authored andcommitted
Removed comments about this issue from other tests
1 parent 28daf28 commit 81d9a02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/tests/indexes/test_multi.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1573,10 +1573,7 @@ def test_is_(self):
15731573
# shouldn't change
15741574
assert mi2.is_(mi)
15751575
mi4 = mi3.view()
1576-
<<<<<<< HEAD
15771576

1578-
=======
1579-
>>>>>>> 529a040... Added comments changes w/ bug number
15801577
# GH 17464 - Remove duplicate MultiIndex levels
15811578
mi4.set_levels([lrange(10), lrange(10)], inplace=True)
15821579
assert not mi4.is_(mi3)
@@ -2380,8 +2377,11 @@ def test_level_setting_resets_attributes(self):
23802377
['A', 'A', 'B', 'B', 'B'], [1, 2, 1, 2, 3]
23812378
])
23822379
assert ind.is_monotonic
2380+
<<<<<<< HEAD
23832381

23842382
# GH 17464 - Remove duplicate MultiIndex levels
2383+
=======
2384+
>>>>>>> 6ce2637... Removed comments about this issue from other tests
23852385
ind.set_levels([['A', 'B'], [1, 3, 2]], inplace=True)
23862386
# if this fails, probably didn't reset the cache correctly.
23872387
assert not ind.is_monotonic

0 commit comments

Comments
 (0)