Skip to content

Commit e65dd2e

Browse files
committed
Add GH reference
1 parent 30c3253 commit e65dd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/test_categorical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,7 @@ def test_seriesgroupby_observed_true(df_cat, operation):
13041304
@pytest.mark.parametrize("observed", [False, None])
13051305
def test_seriesgroupby_observed_false_or_none(df_cat, observed, operation):
13061306
# GH 24880
1307+
# GH#49223 - order of results was wrong when grouping by index levels
13071308
index, _ = MultiIndex.from_product(
13081309
[
13091310
CategoricalIndex(["bar", "foo"], ordered=False),

0 commit comments

Comments
 (0)