Skip to content

Commit 77efcee

Browse files
committed
TST/DOC: added issue number to test case
1 parent 1cad7fa commit 77efcee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_resample.py

+1
Original file line numberDiff line numberDiff line change
@@ -2854,6 +2854,7 @@ def test_resample_with_nat(self, periods, values, freq, expected_values):
28542854
assert_frame_equal(result, expected)
28552855

28562856
def test_resample_with_only_nat(self):
2857+
# GH 13224
28572858
pi = PeriodIndex([pd.NaT] * 3, freq='S')
28582859
frame = DataFrame([2, 3, 5], index=pi)
28592860
expected_index = PeriodIndex(data=[], freq=pi.freq)

0 commit comments

Comments
 (0)