Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Add issue number comment to test.
  • Loading branch information
Oliver Hofkens committed Dec 12, 2019
commit f0efeeb05b362f1a27a9943c525bca8779b0ffaa
1 change: 1 addition & 0 deletions pandas/tests/arrays/categorical/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_min_max(self):
assert _max == "a"

def test_min_max_empty(self):
# GH 30227
cat = Categorical([], categories=list("ABC"), ordered=True)

result = cat.min()
Expand Down