Skip to content

Commit cc7d3b5

Browse files
junjunjunkJun Kudo
authored and
Jun Kudo
committed
BUG: add comment of issue num
1 parent 91b7d6d commit cc7d3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/categorical/test_missing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def test_use_inf_as_na_outside_context(self, values, expected):
150150
tm.assert_frame_equal(result, expected)
151151

152152
def test_compare_unequal(self):
153+
# GH 28384
153154
s1 = Series(["a", "b", np.nan], dtype="category")
154155
s2 = Series(["b", "a", "a"], dtype="category")
155156

0 commit comments

Comments
 (0)