Skip to content

Commit ad8519f

Browse files
winklerandjreback
authored andcommitted
TST/DOC: added issue number to test case
1 parent 486ad67 commit ad8519f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_resample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,6 +2902,7 @@ def test_resample_with_nat(self, periods, values, freq, expected_values):
29022902
assert_frame_equal(result, expected)
29032903

29042904
def test_resample_with_only_nat(self):
2905+
# GH 13224
29052906
pi = PeriodIndex([pd.NaT] * 3, freq='S')
29062907
frame = DataFrame([2, 3, 5], index=pi)
29072908
expected_index = PeriodIndex(data=[], freq=pi.freq)

0 commit comments

Comments
 (0)