Skip to content

Commit 0e8908e

Browse files
alimcmaster1Pingviinituutti
authored andcommitted
Add issue number (pandas-dev#24313)
1 parent af338c7 commit 0e8908e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_apply.py

+1
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ def test_agg_cython_table_raises(self, df, func, expected, axis):
11401140

11411141
@pytest.mark.parametrize("num_cols", [2, 3, 5])
11421142
def test_frequency_is_original(self, num_cols):
1143+
# GH 22150
11431144
index = pd.DatetimeIndex(["1950-06-30", "1952-10-24", "1953-05-29"])
11441145
original = index.copy()
11451146
df = DataFrame(1, index=index, columns=range(num_cols))

0 commit comments

Comments
 (0)