Skip to content

Commit 81d01e6

Browse files
committed
BUG: add comment of issue num
1 parent f4761d4 commit 81d01e6

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)