Skip to content

Commit 480f76c

Browse files
author
louis
committed
Add test comment to re-trigger build.
1 parent d0c4ced commit 480f76c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/groupby/test_categorical.py

+2
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ def test_categorical_no_compress():
783783

784784
def test_groupby_empty_with_category():
785785
# GH-9614
786+
# test fix for when group by on None resulted in
787+
# coercion of dtype categorical -> float
786788
df = pd.DataFrame(
787789
{"A": [None] * 3, "B": pd.Categorical(["train", "train", "test"])}
788790
)

0 commit comments

Comments
 (0)