Skip to content

Commit

Permalink
Add issue number (pandas-dev#24313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimcmaster1 authored and WillAyd committed Dec 17, 2018
1 parent 41780e5 commit 122edfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/frame/test_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ def test_agg_cython_table_raises(self, df, func, expected, axis):

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

0 comments on commit 122edfc

Please sign in to comment.